Skip to content

Commit

Permalink
fix source refs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrenwick committed Nov 18, 2021
1 parent da1202a commit 092d77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt-greenery/snapshots/products_snapshot.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}}

SELECT *
FROM {{ source('stage', 'products') }}
FROM {{ source('src_public', 'products') }}

{% endsnapshot %}
2 changes: 1 addition & 1 deletion dbt-greenery/snapshots/promos_snapshot.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}}

SELECT *
FROM {{ source('stage', 'promos') }}
FROM {{ source('src_public', 'promos') }}

{% endsnapshot %}

0 comments on commit 092d77d

Please # to comment.