-
Notifications
You must be signed in to change notification settings - Fork 45
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 #110 from dbt-labs/full-v1-compatibility
Breaking v1 changes
- Loading branch information
Showing
13 changed files
with
42 additions
and
31 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,13 @@ | ||
# snowplow 0.14.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` | ||
|
||
# snowplow v0.13.3 | ||
🚨 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. |
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.
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"] |
File renamed without changes.
File renamed without changes.