Skip to main content

Table Details

PropertyValue
Table Namedydx.raw.order_books
Table StatusProduction-Ready
Clustering Key(s)to_date("flushed_at")

Table Columns

Column NameData TypeDescription
tickerVARCHAR(16777216)Market ticker symbol identifying the traded instrument.
flushed_atTIMESTAMP_NTZ(9)Timestamp (UTC) when this order book state was flushed.
is_snapshotBOOLEANWhether this row is a full snapshot (true) or an incremental update (false).
bidsVARIANTBid side of the order book snapshot.
asksVARIANTAsk side of the order book snapshot.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.