Skip to content

Commit

Permalink
blur warehouse and fixing txns
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwes committed Aug 29, 2024
1 parent 5c935cb commit 7630daf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions databases.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ BITCOIN
BITCOIN_FLIPSIDE
BLAST
BLAST_FLIPSIDE
BLUR
BSC
BSC_FLIPSIDE
BUSD
Expand Down
2 changes: 2 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ models:
+snowflake_warehouse: "BITCOIN"
blast:
+snowflake_warehouse: "BLAST"
blur:
+snowflake_warehouse: "BLUR"
cardano:
+snowflake_warehouse: "CARDANO"
cctp:
Expand Down
2 changes: 1 addition & 1 deletion models/projects/blur/core/ez_blur_metrics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with
select
blur_daus.date,
blur_daus.dau,
blur_daily_txns.daily_txns,
blur_daily_txns.daily_txns as txns,
blur_fees.fees
from blur_daus
left join blur_daily_txns
Expand Down

0 comments on commit 7630daf

Please sign in to comment.