Skip to content

Commit

Permalink
before merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-jamie committed Jan 9, 2023
1 parent 56bc8c6 commit 060290d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ models:
+materialized: ephemeral
int_shopify__customer_email_rollup:
+materialized: view # so we can use the dbt_utils.star macro
int_shopify__inventory_level__aggregates:
+materialized: table # just for testing. remove later
int_shopify__products_with_aggregates:
+materialized: table # just for testing. remove later

vars:
shopify:
shopify_customer: "{{ ref('stg_shopify__customer') }}"
Expand Down
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
# version: [">=0.7.0", "<0.8.0"]

- git: https://github.com/fivetran/dbt_shopify_source.git
revision: feature/revamp/transform-enhancements
revision: feature/package-revamp
warn-unpinned: false

# - local: ../Shopify/dbt_shopify_source

0 comments on commit 060290d

Please sign in to comment.