-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardcode dbt version for
project
fixture in repository unit tests
Letting the dbt version be dynamic in the project fixture previously was causing some tests to break whenever the version of dbt actually got updated, which isn't great. It'd be super annoying to have to always update tests affected by this. To get around this we've gone and hard coded the dbt version in the profile. The alternative was to interpolate the version during comparison during the relevant tests, which felt less appealing.
- Loading branch information
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters