thorchain.defi Table: fact_streamling_swap_details_events Type: Base Table
What
Fact table that shows the streaming swap event transactionsColumns
| 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 | QUANTITY column |
| COUNT | NUMBER | the count of the swap |
| LAST_HEIGHT | NUMBER | LAST_HEIGHT column |
| DEPOSIT_ASSET | TEXT | DEPOSIT_ASSET column |
| DEPOSIT_E8 | NUMBER | DEPOSIT_E8 column |
| IN_ASSET | TEXT | IN_ASSET column |
| IN_E8 | NUMBER | IN_E8 column |
| OUT_ASSET | TEXT | OUT_ASSET column |
| OUT_E8 | NUMBER | OUT_E8 column |
| FAILED_SWAPS | TEXT | FAILED_SWAPS column |
| FAILED_SWAPS_REASONS | TEXT | FAILED_SWAPS_REASONS column |
| EVENT_ID | NUMBER | EVENT_ID column |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | _INSERTED_TIMESTAMP column |
| _AUDIT_RUN_ID | TEXT | _AUDIT_RUN_ID column |
| 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. |