Skip to main content
Schema: thorchain.defi Table: fact_streamling_swap_details_events Type: Base Table

What

Fact table that shows the streaming swap event transactions

Columns

Column NameData TypeDescription
FACT_STREAMLING_SWAP_DETAILS_EVENTS_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
BLOCK_TIMESTAMPTIMESTAMP_NTZTimestamp of block minting(without a timezone)
DIM_BLOCK_IDTEXTFK to DIM_BLOCK table
TX_IDTEXTThe unique transaction id
INTERVALNUMBERthe time interval of the swap
QUANTITYNUMBERQUANTITY column
COUNTNUMBERthe count of the swap
LAST_HEIGHTNUMBERLAST_HEIGHT column
DEPOSIT_ASSETTEXTDEPOSIT_ASSET column
DEPOSIT_E8NUMBERDEPOSIT_E8 column
IN_ASSETTEXTIN_ASSET column
IN_E8NUMBERIN_E8 column
OUT_ASSETTEXTOUT_ASSET column
OUT_E8NUMBEROUT_E8 column
FAILED_SWAPSTEXTFAILED_SWAPS column
FAILED_SWAPS_REASONSTEXTFAILED_SWAPS_REASONS column
EVENT_IDNUMBEREVENT_ID column
_INSERTED_TIMESTAMPTIMESTAMP_NTZ_INSERTED_TIMESTAMP column
_AUDIT_RUN_IDTEXT_AUDIT_RUN_ID column
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.