MetricsDAO / harmony_dbt

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

Create sushiswap-lp-actions sql #88

Closed D0R11 closed 2 years ago

D0R11 commented 2 years ago

This is the branch to create the table for sushiswap-lp-actions. Here's the sample output running in locally:

Running with dbt=0.21.1
Found 37 models, 303 tests, 0 snapshots, 0 analyses, 180 macros, 0 operations, 8 
seed files, 6 sources, 0 exposures

14:24:43 | Concurrency: 4 threads (target='dev')
14:24:43 |
14:24:43 | 1 of 1 START incremental model DEV.sushiswap_lp_actions.............. ....... [RUN]
14:26:20 | 1 of 1 OK created incremental model DEV.sushiswap_lp_actions......... ....... [SUCCESS 1 in 97.00s]
14:26:20 |
14:26:20 | Finished running 1 incremental model in 103.20s.

Completed successfully

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

Output for the latest commit:

root@b5cb14d9dd34:/harmony# dbt run --select sushiswap_lp_actions
Running with dbt=0.21.1
Found 37 models, 303 tests, 0 snapshots, 0 analyses, 180 macros, 0 operations, 8 seed files, 6 sources, 0 exposures

17:40:45 | Concurrency: 4 threads (target='dev')
17:40:45 |
17:40:45 | 1 of 1 START incremental model DEV.sushiswap_lp_actions.............. [RUN]
17:40:56 | 1 of 1 OK created incremental model DEV.sushiswap_lp_actions......... [SUCCESS 1 in 11.32s]
17:40:56 |
17:40:56 | Finished running 1 incremental model in 18.00s.
antonyip commented 2 years ago

will look at this and try to finalize it this week.