Tables
assert_dbt_completion_status
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
last_successful_run | TIMESTAMP | - |
dbt_project_name | STRING | - |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Get sample data
test_bpf_upgrades_alert
Alert records for BPF (Berkeley Packet Filter) program upgrades on Solana, tracking when on-chain programs are modified. Used to monitor smart contract changes and trigger notifications for affected data models.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
program_id | STRING | Solana program address that was upgraded via BPF loader. Base58-encoded identifier for the on-chain program that underwent a deployment update. |
model_name | STRING | Name of the dbt model monitoring this Solana program for BPF upgrades. References the specific analytical model (e.g., fact table for instruction parsing) tracking program changes. |
alert_message | STRING | Human-readable alert notification message generated when a BPF (Berkeley Packet Filter) program upgrade is detected on Solana. Contains the affected model name and program ID in a formatted warning string. |
Sample Data
Sample Data
| model_name | program_id | alert_message | transaction_id | block_timestamp |
|---|---|---|---|---|
| fct_okx_v1_solana_all_router_v2_instructions | 6m2CDdhRgxpH4WjvdzxAYbGxwdGUz5MziiL5jek2kBma | ⚠️ BPF Upgrade: fct_okx_v1_solana_all_router_v2_instructions (6m2CDdhRgxpH4WjvdzxAYbGxwdGUz5MziiL5jek2kBma) | 5ckVpt9Wt9v7q2Jjr45Ni4JgYh4pnseUukq34W5Ts6YMtEsuCBVWfwb98MNdfxU3oYqi1Qix6k2qdL7misHk3f3y | 2026-01-07T08:12:47.000Z |
Example Query
Example Query
Get sample data