Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Added require dbt version and reordered profile to be compliant with …
Browse files Browse the repository at this point in the history
…examples in docs.
  • Loading branch information
VersusFacit committed Feb 8, 2022
1 parent ec36ae1 commit b1680f3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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

model-paths: ["models"]
analysis-paths: ["analysis"]
test-paths: ["tests"]
seed-paths: ["seeds"]
test-paths: ["tests"]
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

0 comments on commit b1680f3

Please sign in to comment.