Skip to content

Commit

Permalink
Update dbt_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kzzzr authored Aug 6, 2020
1 parent e3da488 commit 21b8d79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'dbt_date'
version: '0.1'

config-version: 2

target-path: "target"
clean-targets: ["target", "dbt_modules"]
macro-paths: ["macros"]
Expand All @@ -12,6 +14,5 @@ quoting:
identifier: false
schema: false

models:
vars:
'dbt_date:time_zone': 'America/Los_Angeles'
vars:
'dbt_date:time_zone': 'America/Los_Angeles'

0 comments on commit 21b8d79

Please sign in to comment.