[0.5.0] Support dbt-labs/dbt_utils v0.7.0 #41
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
dbt_utils
to<0.8.0
, to support dbt-utils v0.7.0 (which is required for use with dbt v0.20.0)fishtown-analytics/dbt_utils
todbt-labs/dbt_utils
. This is a breaking-ish change(https://discourse.getdbt.com/t/packages-dbt-labs-in-the-dbt-hub/2711) if users have other packages that install / depend on
fishtown-analytics/dbt_utils
. To avoid bad outcomes, I think this should require a minor version bump.For the sake of clarity, we could choose to make a stronger delineation and have v0.5.0 of this package require
dbt>=0.20.0
anddbt-utils>=0.7.0
. It's not strictly required; someone could use v0.5.0 with dbt v0.19.0, so long as they pindbt-labs/dbt_utils v0.6.6
and don't have another package that requires it asfishtown-analytics/dbt_utils
.