Skip to main content

Tables

assert_dbt_completion_status

No description available.
ColumnTypeDescription
last_successful_runTIMESTAMP-
dbt_project_nameSTRING-
No sample data available.
Get sample data
SELECT *
FROM `tt-contracts.tt_contracts_solana_test_failures.assert_dbt_completion_status`
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
transaction_idSTRINGUnique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions.
program_idSTRINGSolana program address that was upgraded via BPF loader. Base58-encoded identifier for the on-chain program that underwent a deployment update.
model_nameSTRINGName 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_messageSTRINGHuman-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.
model_nameprogram_idalert_messagetransaction_idblock_timestamp
fct_okx_v1_solana_all_router_v2_instructions6m2CDdhRgxpH4WjvdzxAYbGxwdGUz5MziiL5jek2kBma⚠️ BPF Upgrade: fct_okx_v1_solana_all_router_v2_instructions (6m2CDdhRgxpH4WjvdzxAYbGxwdGUz5MziiL5jek2kBma)5ckVpt9Wt9v7q2Jjr45Ni4JgYh4pnseUukq34W5Ts6YMtEsuCBVWfwb98MNdfxU3oYqi1Qix6k2qdL7misHk3f3y2026-01-07T08:12:47.000Z
Get sample data
SELECT *
FROM `tt-contracts.tt_contracts_solana_test_failures.test_bpf_upgrades_alert`
LIMIT 100