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

Update dbt_project config-version to 2 to silence warnings with dbt 0.17.0+ #14

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

sethwoodworth
Copy link
Contributor

After the release of dbt 0.17.0, the snowflake_utils module causes the following deprecation warning to be emitted by dbt:

* Deprecation Warning: dbt v0.17.0 introduces a new config format for the
dbt_project.yml file. Support for the existing version 1 format will be removed
in a future release of dbt. The following packages are currently configured with
config version 1:
 - snowflake_utils

For upgrading instructions, consult the documentation:
  https://docs.getdbt.com/docs/guides/migration-guide/upgrading-to-0-17-0

This silences that warning.

I also propose bumping the minor version number if you merge this PR to 0.2.0 from 0.1.3. I represented my intent by setting the dbt_project.yml::version to 0.2.0 although, that field is not yet used internally by dbt and you will need to tag post merge and whatever other mechanisms are needed for dbt-hub to have new versions published.

@MartinGuindon
Copy link
Collaborator

@sethwoodworth Seth, thank you for the contribution. :)

@MartinGuindon MartinGuindon merged commit 8d753a5 into Montreal-Analytics:master Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants