MetricsDAO / harmony_dbt

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

Add viperswap_lp_actions model #100

Closed RplusT closed 2 years ago

RplusT commented 2 years ago

Description

Builds the viperswap_lp_actions table which details the swaps related to Viperswap. Addresses issue #58 .

Tests

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

03:08:22 | Concurrency: 4 threads (target='dev')
03:08:22 | 
03:08:22 | 1 of 1 START incremental model DEV.viperswap_lp_actions.............. [RUN]
03:08:37 | 1 of 1 OK created incremental model DEV.viperswap_lp_actions......... [SUCCESS 1 in 14.82s]
03:08:37 | 
03:08:37 | Finished running 1 incremental model in 23.15s.

Completed successfully

Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1

@antonyip for your review :)

Checklist

antonyip commented 2 years ago

@RplusT Heyo

RplusT commented 2 years ago

@antonyip got it. Sorry about that. Made the corrections.