Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customers add spaces #1

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions analyses/generate_source.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{#{ codegen.generate_source('raw') }#}
7 changes: 5 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ seeds:

models:
jaffle_shop:
staging:
+materialized: view
marts:
+materialized: table
+schema: marts
staging:
+materialized: view
+schema: staging

2 changes: 1 addition & 1 deletion models/marts/customers.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
with
with

customers as (

Expand Down
4 changes: 3 additions & 1 deletion package-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ packages:
version: 0.10.0
- package: dbt-labs/audit_helper
version: 0.12.0
sha1_hash: 974021e878d1894c35a21fb44fb0b6bd04f07078
- package: dbt-labs/codegen
version: 0.12.1
sha1_hash: ee158ddbdd104454e8af73abf5228790243ed904
6 changes: 4 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ packages:
version: 1.1.1
- package: calogica/dbt_date
version: 0.10.0
- git: "https://github.com/dbt-labs/dbt-audit-helper.git"
revision: main
- package: dbt-labs/audit_helper
version: 0.12.0
- package: dbt-labs/codegen
version: 0.12.1
Loading