Skip to content

Commit

Permalink
Add required-dbt-version (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu ISHIKAWA <yuu.ishikawa+github@gmail.com>
  • Loading branch information
yu-iskw committed Aug 9, 2023
1 parent e038746 commit 11ced7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: 'dbt_gcp_billing'
version: '0.1.0'
config-version: 2

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

# These configurations specify where dbt should look for different types of files.
# The `model-paths` config, for example, states that models in this project can be
# found in the "models/" directory. You probably won't need to change these!
Expand Down

0 comments on commit 11ced7d

Please sign in to comment.