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.
PR Checklist
PR Structure
otherwise).
Thoroughness
Release planning
semver, and I've changed the name of the BRANCH to release/* , feature/* or patch/* .
What
This PR upgrades dbt-bigquery version. Note that new versions do not allow empty tests. Either they can be set as empty list or should be omitted altogether.
https://docs.getdbt.com/docs/dbt-versions/core-upgrade/upgrading-to-v1.5#behavior-changes
Why
To stay updated with latest dbt versions. Also, our elementary runs have been very slow with version dbt v1.3. To improve run execution time of dbt test, the upgrade would be beneficial.
Known limitations
The upgrade from v1.3 to v1.8 have some non breaking changes. I would like to note that dbt has started supporting unit test for SQL code. If we plan to add. those in future, we will need to rename
tests
withdata_tests
and then have unit test set asunit_tests
. Reference