Closed agaperste closed 2 years ago
Name | Link |
---|---|
Latest commit | 0dc71edfa0e4ec1908cc3d5e8809f402b8a6577a |
Latest deploy log | https://app.netlify.com/sites/mdao-harmony/deploys/628ed1c08f799a00085bbb7f |
is this for near or harmony?
is this for near or harmony?
Sorry >.<, for Harmony
Description
@forgxyz @chuxinh
NOTES:
full-refresh
is needed for txs tableTests
dbt run
/dbt test
hereroot@30a128358363:/harmony# dbt run -s txs --full-refresh Running with dbt=0.21.1 Found 45 models, 389 tests, 0 snapshots, 0 analyses, 180 macros, 0 operations, 8 seed files, 21 sources, 0 exposures
22:10:11 | Concurrency: 4 threads (target='dev') 22:10:11 | 22:10:12 | 1 of 1 START incremental model DEV.txs............................... [RUN] 22:10:33 | 1 of 1 OK created incremental model DEV.txs.......................... [SUCCESS 1 in 21.61s] 22:10:33 | 22:10:33 | Finished running 1 incremental model in 26.63s.
Completed successfully
Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1 root@30a128358363:/harmony# dbt run -s txs Running with dbt=0.21.1 Found 45 models, 389 tests, 0 snapshots, 0 analyses, 180 macros, 0 operations, 8 seed files, 21 sources, 0 exposures
22:22:16 | Concurrency: 4 threads (target='dev') 22:22:16 | 22:22:16 | 1 of 1 START incremental model DEV.txs............................... [RUN] 23:11:12 | 1 of 1 OK created incremental model DEV.txs.......................... [SUCCESS 1 in 2936.15s] 23:11:12 | 23:11:12 | Finished running 1 incremental model in 2941.15s.
Completed successfully
Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1
prod
anddev
for any schema changeprod
: txs table have column "gas"dev
: txs table have column "gas_limitChecklist
full-refresh
is needed for any tabledbt docs generate
to update the documentation files if this PR is changing the models in any way.