Blockchain-Data-Analytics / Cardano_on_BigQuery

Cardano on-chain data made accessible on BigQuery
Apache License 2.0
3 stars 2 forks source link

Perform tests with Upserts #19

Open monoid-is-a-monad opened 3 days ago

monoid-is-a-monad commented 3 days ago

Upsert logic for block

case1: slot_no match, block_hash match -> don't do anything case2: slot_no match, block_hash NOT match -> update case1: slot_no NOT match, block_hash NOT match -> insert