Skip to content

Commit

Permalink
Merge pull request dbt-labs#20 from dbt-labs/update_deprecate_config_…
Browse files Browse the repository at this point in the history
…field

Update deprecated path names to current ones.
  • Loading branch information
joellabes authored Feb 8, 2022
2 parents ec9e481 + b1680f3 commit b0b77aa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

name: 'jaffle_shop'

config-version: 2
version: '0.1'

profile: 'jaffle_shop'
config-version: 2

source-paths: ["models"]
analysis-paths: ["analysis"]
model-paths: ["models"]
seed-paths: ["seeds"]
test-paths: ["tests"]
data-paths: ["data"]
analysis-paths: ["analysis"]
macro-paths: ["macros"]

target-path: "target"
Expand All @@ -16,6 +17,8 @@ clean-targets:
- "dbt_modules"
- "logs"

require-dbt-version: [">=1.0.0", "<2.0.0"]

models:
jaffle_shop:
materialized: table
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b0b77aa

Please sign in to comment.