Skip to content

Commit

Permalink
Merge pull request #102 from T-Dunlap/td_dbt_demo
Browse files Browse the repository at this point in the history
Td dbt demo
  • Loading branch information
T-Dunlap authored Aug 24, 2023
2 parents 11bdc51 + 293cf27 commit fdccd79
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 202 deletions.
6 changes: 0 additions & 6 deletions analyses/metric_query.sql

This file was deleted.

32 changes: 0 additions & 32 deletions models/demo_examples/materialization_incremental.sql

This file was deleted.

2 changes: 1 addition & 1 deletion models/demo_examples/python/forecast_daily_returns.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def model( dbt, session ):

dbt.config(
materialized="table",
packages=['pandas','Prophet'] # how to import python libraries in dbt's context
packages=['pandas','Prophet','holidays==0.18'] # how to import python libraries in dbt's context
)

# use historical data to fit model
Expand Down
61 changes: 0 additions & 61 deletions models/metrics/metrics.yml

This file was deleted.

99 changes: 0 additions & 99 deletions models/metrics/reporting_metrics.yml

This file was deleted.

4 changes: 1 addition & 3 deletions packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ packages:
- package: tnightengale/dbt_meta_testing
version: 0.3.5
- package: brooklyn-data/dbt_artifacts
version: 1.1.2
- package: dbt-labs/metrics
version: 1.4.1
version: 1.1.2

0 comments on commit fdccd79

Please sign in to comment.