MetricsDAO / harmony_dbt

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

Add `btc_bridge` #63

Closed chuxinh closed 2 years ago

chuxinh commented 2 years ago

Description

Adding transfers related to BTC bridging to Harmony. close #54

Would like to know thoughts on:

Test

dbt run -s core.btc_bridge --full-refresh
Running with dbt=0.21.1
Found 21 models, 139 tests, 0 snapshots, 0 analyses, 177 macros, 0 operations, 3 seed files, 2 sources, 0 exposures

12:56:40 | Concurrency: 4 threads (target='dev')
12:56:40 | 
12:56:40 | 1 of 1 START incremental model DEV.btc_bridge........................ [RUN]
12:56:50 | 1 of 1 OK created incremental model DEV.btc_bridge................... [SUCCESS 1 in 9.92s]
12:56:50 | 
12:56:50 | Finished running 1 incremental model in 18.17s.

Completed successfully

Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1
image
chuxinh commented 2 years ago

cc: @antonyip just for a final look before merge