contract_id can be backfilled in the relevant history and state tables by using an UDF function to calculate the asset to contract_id.
Alternatively the contract_id can be set using update table in BQ joining with the DBT stg_asset table that creates the asset: contract_id pairs by using the token_transfers_raw table.
contract_idcan be backfilled in the relevant history and state tables by using an UDF function to calculate the asset to contract_id.Alternatively the
contract_idcan be set usingupdate tablein BQ joining with the DBTstg_assettable that creates theasset: contract_idpairs by using thetoken_transfers_rawtable.