Skip to content

Commit

Permalink
Add rpt_discovery_rate
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewwm committed Sep 17, 2024
1 parent b431753 commit 435d975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flows/dbt_build_and_load_turso.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ def pull_data(token: str) -> None:
duck.sql(
"create table spottmp.rpt_artist_counts as select * from my_db.spotify.rpt_artist_counts;"
)
duck.sql(
"create table spottmp.rpt_discovery_rates as select * from my_db.spotify.rpt_discovery_rate"
)
return


Expand Down

0 comments on commit 435d975

Please sign in to comment.