-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: housekeeping in dbt project (et/somenergia-jardiner!156)
* fix: add dbt-postgres explictly to dbt-deps group * ci: ignore build cache during pre-releases * fix: temporary disable test to allow merging * ci: update paths in dbt release task * chore: remove dbt-core and dbt-adapters and let dbt-postgres handle dependencies * chore: add dbt-adapters to deps explicitly * chore: update dbt-core manually required by dbt 1.8 see dbt-labs/dbt-core#10135 * ref: add some extra commands to makefile * chore: update dbt deps * chore: remove dbt-osmosis, upgrade deps once more * ref: set elementary tests as warnings * chore: run pre-commit on failing task * chore: remove references to non-existing dirs in dbt_project.yml they were polluting the logs with warning * chore: move existing tests to data_tests directory * chore: update python and pre-commit dependencies * chore: rename tests to data_tests in dbt 1.8 The `tests` config has been renamed to `data_tests`. Please see https://docs.getdbt.com/docs/build/data-tests#new-data_tests-syntax for more * ref: move dbt settings from profiles to dbt_project as per warnings in versions 1.8.1
- Loading branch information
1 parent
de12acc
commit dfab8b8
Showing
26 changed files
with
837 additions
and
827 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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...dset/test_repeated_device_uuid_errors.sql → ...dset/test_repeated_device_uuid_errors.sql
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
packages: | ||
- package: dbt-labs/dbt_utils | ||
version: [">=1.0.0", "<1.1.0"] | ||
version: [">=1.3.0", "<2.0.0"] | ||
- package: elementary-data/elementary | ||
version: 0.14.1 | ||
version: [">=0.14.1", "<0.17.0"] | ||
## Docs: https://docs.elementary-data.com |
Oops, something went wrong.