This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from dbt-labs/v1-full-compatibility
Breaking v1 changes
- Loading branch information
Showing
10 changed files
with
50 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# dbt-event-logging v0.6.0 | ||
This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future. | ||
|
||
## Under the hood | ||
- Change `require-dbt-version` to `[">=1.0.0", "<2.0.0"]` | ||
- Bump dbt-utils dependency | ||
- Replace `source-paths` and `data-paths` with `model-paths` and `seed-paths` respectively | ||
- Rename `data` and `analysis` directories to `seeds` and `analyses` respectively | ||
- Replace `dbt_modules` with `dbt_packages` in `clean-targets` | ||
|
||
# dbt-event-logging v0.5.1 | ||
🚨 This is a compatibility release in preparation for `dbt-core` v1.0.0 (🎉). Projects using this version with `dbt-core` v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release. |
File renamed without changes.
File renamed without changes
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
packages: | ||
- package: dbt-labs/dbt_utils | ||
version: [">=0.7.0", "<0.8.0"] | ||
version: [">=0.8.0", "<0.9.0"] |