thorchain.defi Table: fact_block_pool_depths Type: Base Table
Fact table containing all the available pools and its rune/asset depth at each block interval
Columns
| Column Name | Data Type | Description | 
|---|---|---|
| FACT_POOL_DEPTHS_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 | 
| RUNE_E8 | NUMBER | The rune depth for this pool at this block | 
| ASSET_E8 | NUMBER | The asset depth for this pool at this block | 
| SYNTH_E8 | NUMBER | |
| POOL_NAME | TEXT | Name of the pool — also asset name in other tables | 
| _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. |