Closed 0xissui closed 2 years ago
Name | Link |
---|---|
Latest commit | 47dd10e130d2e12ca761baea319713a39215dcc8 |
Latest deploy log | https://app.netlify.com/sites/mdao-harmony/deploys/62a0d47868bb820008782e45 |
Hey @0xissui.
Just leaving a note here stating that I don't approve of this... due to..
- block_number change to block_id on the txs table is going to require a full-refresh in the whole database and break everything that I have.
probably not that bad but definitely need rebuild of tx
and also dfk_seed_harvests
- block_number change to block_id on the txs table is going to require a full-refresh in the whole database and break everything that I have.
probably not that bad but definitely need rebuild of
tx
and alsodfk_seed_harvests
Sadly... Its stuffs thats outside of this repo that may break due to txs change such as my harmony dashboard / and all my cicd stuffs.. already went though that once with the ingested_at changes.
Some conversation, but otherwise lgtm
Description
Adding sequence gap tests for
blocks
and transaction gap tests fortxs
. Updatedblock_number
toblock_id
intxs
.Tests
dbt run
dbt test
Notes: 700k+ warnings seem to be gone in
prod
,tx_gaps
not thoughChecklist
full-refresh
is needed for any table - full refresh done fortxs
so downstream may need refreshesdbt docs generate
to update the documentation files if this PR is changing the models in any way.