thorchain.price Table: fact_prices Type: Base Table
Fact table that provides the summary of the gas events for each block
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_PRICES_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 |
| PRICE_RUNE_ASSET | NUMBER | How many RUNE can be exchanged by 1 Asset |
| PRICE_ASSET_RUNE | NUMBER | How many Asset can be exchanged by 1 RUNE |
| ASSET_USD | FLOAT | The Asset price in USD |
| RUNE_USD | FLOAT | The Rune price in USD |
| POOL_NAME | TEXT | Name of the pool — also asset name in other tables |
| _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. |