Skip to content

Commit

Permalink
feat: promo status lookup table
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Sep 25, 2024
1 parent 7b047f2 commit d81f919
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/dbt/kipptaf/models/reporting/sources-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,17 @@ sources:
- kipptaf
- reporting
- gradebook_expectations
- name: src_reporting__promo_status_cutoffs
external:
options:
format: GOOGLE_SHEETS
uris:
- https://docs.google.com/spreadsheets/d/1bRd3cI3WlTdizm5ja7IxGxGjJDzXrOX6i2G731h9yr8
sheet_range: src_reporting__promo_status_cutoffs
skip_leading_rows: 1
meta:
dagster:
parent_asset_key_path:
- kipptaf
- reporting
- promo_status_cutoffs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select *, from {{ source("reporting", "src_reporting__promo_status_cutoffs") }}

0 comments on commit d81f919

Please sign in to comment.