thorchain.defi Table: fact_streamling_swap_details_events Type: Base Table
Fact table that shows the streaming swap event transactions
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_STREAMLING_SWAP_DETAILS_EVENTS_ID | TEXT | The surrogate key for the table. Will be unique and is used as a foreign key in other tables |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block minting(without a timezone) |
| DIM_BLOCK_ID | TEXT | FK to DIM_BLOCK table |
| TX_ID | TEXT | The unique transaction id |
| INTERVAL | NUMBER | the time interval of the swap |
| QUANTITY | NUMBER | |
| COUNT | NUMBER | the count of the swap |
| LAST_HEIGHT | NUMBER | |
| DEPOSIT_ASSET | TEXT | |
| DEPOSIT_E8 | NUMBER | |
| IN_ASSET | TEXT | |
| IN_E8 | NUMBER | |
| OUT_ASSET | TEXT | |
| OUT_E8 | NUMBER | |
| FAILED_SWAPS | TEXT | |
| FAILED_SWAPS_REASONS | TEXT | |
| EVENT_ID | NUMBER | |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| _AUDIT_RUN_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |