ethereum.core Table: fact_eth_balances Type: View
βThis table contains the unadjusted Ether (ETH) balances for users on the Ethereum blockchain. When
an ETH transfer occurs, we will read the balance of the involved parties at the transfer block.β
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | NUMBER | Block number at which the ETH balance was read. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block number read. |
| USER_ADDRESS | TEXT | Wallet / contract address holding ETH. |
| BALANCE | NUMBER | The unadjusted ETH balance. |
| FACT_ETH_BALANCES_ID | TEXT | Primary key - unique identifier for each row ensuring data integrity. |
- Deduplication in incremental loads
- Join operations for data quality checks
- Troubleshooting specific records
- Data freshness monitoring
- Incremental processing markers
- Debugging data pipeline issues
- SLA tracking