MetricsDAO / harmony_dbt

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

Create DFK seed liquidity actions table #96

Closed D0R11 closed 2 years ago

D0R11 commented 2 years ago

Description

Builds the Seed Liquidity Actions table for DFK.

Test

Here's the sample output running in locally:


16:45:01 | 
16:45:01 | 1 of 1 START incremental model DEV.dfk_seed_liquidity_actions........ [RUN]
16:45:11 | 1 of 1 OK created incremental model DEV.dfk_seed_liquidity_actions... [SUCCESS 1 in 9.48s]
16:45:11 | 
16:45:11 | Finished running 1 incremental model in 15.48s.

Completed successfully

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

Hello @D0R11, please follow the style guide located here: https://github.com/dbt-labs/corp/blob/main/dbt_style_guide.md

D0R11 commented 2 years ago

Apologies @antonyip, applied the changes now. Kindly check if you have the time. Thank you.

D0R11 commented 2 years ago

Applied the latest changes