From 060290dc2cd9fbf1a60203e6a1b8fd500ed85ada Mon Sep 17 00:00:00 2001 From: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:45:05 -0800 Subject: [PATCH] before merge updates --- dbt_project.yml | 5 +---- packages.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dbt_project.yml b/dbt_project.yml index 9a556b9..2ecd785 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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') }}" diff --git a/packages.yml b/packages.yml index 7f1a843..7e92a85 100644 --- a/packages.yml +++ b/packages.yml @@ -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