MetricsDAO / harmony_dbt

DBT Project for the Harmony Blockchain
12 stars 8 forks source link

fix incremental code #99

Closed antonyip closed 2 years ago

antonyip commented 2 years ago

Description

Please include a summary of changes and related issue (if any). Fixes: https://github.com/MetricsDAO/harmony_dbt/issues/98

Tests

00:23:31 | Concurrency: 4 threads (target='dev') 00:23:31 | 00:23:31 | 1 of 1 START incremental model DEV.stg_blocks........................ [RUN] 00:24:51 | 1 of 1 OK created incremental model DEV.stg_blocks................... [SUCCESS 1 in 79.35s] 00:24:51 | 00:24:51 | Finished running 1 incremental model in 87.58s.

Completed successfully


- [x] Any comparison between `prod` and `dev` for any schema change

# Checklist
- [x] Follow [dbt style guide](https://github.com/dbt-labs/corp/blob/main/dbt_style_guide.md)
- [x] Tag the person(s) responsible for reviewing proposed changes
- [x] Notes to deployment, if a `full-refresh` is needed for any table
full-refresh needs to be done for stg_blocks and stg_txs
antonyip commented 2 years ago

yes, a full refresh will be done.