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

Allow range of dbt_utils versions #242

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Conversation

Stephen986
Copy link
Contributor

Description & motivation

PR for ticket: #241 .

Since this package is not using safe_subtract, it doesn't require dbt 1.1 (and certainly doesn't require 1.1.1 which is just a readme change). On the other hand, future versions before 2.0 are not supposed to be breaking changes, so it should be safe to allow them. Allowing a broad range of dbt_utils versions makes it much easier for companies to use this package along with other packages that also have dbt_utils version requirements.

Checklist

  • I have verified that these changes work locally
  • I have updated the README.md (if applicable) (N/A)
  • I have added tests & descriptions to my models (and macros if applicable) (N/A)
  • I have run dbt test and python -m pytest . to validate existing tests

@adamribaudo-velir
Copy link
Collaborator

thanks!

@adamribaudo-velir adamribaudo-velir merged commit a5fd154 into Velir:main Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants