forked from dbt-labs/dbt-snowflake
-
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.
Bumping version to 1.7.0rc1 and generate changelog
- Loading branch information
1 parent
645e386
commit 2327737
Showing
15 changed files
with
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## dbt-snowflake 1.7.0-rc1 - October 12, 2023 | ||
|
||
### Features | ||
|
||
- Support replacing tables/views with dynamic tables and vice versa ([#753](https://github.com/dbt-labs/dbt-snowflake/issues/753)) | ||
- Support limiting get_catalog by object name ([#758](https://github.com/dbt-labs/dbt-snowflake/issues/758)) | ||
- Redact cases where raw data can be leaked logs ([#772](https://github.com/dbt-labs/dbt-snowflake/issues/772)) | ||
- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-snowflake/issues/6914)) | ||
- Add support for checking table-last-modified by metadata ([#785](https://github.com/dbt-labs/dbt-snowflake/issues/785)) | ||
|
||
### Fixes | ||
|
||
- Make python models use transient config ([#776](https://github.com/dbt-labs/dbt-snowflake/issues/776)) | ||
- Fix the alter syntax on column for dynamic table ([#769](https://github.com/dbt-labs/dbt-snowflake/issues/769)) | ||
|
||
### Under the Hood | ||
|
||
- Add tests for inlined limit + sql_header in dbt show query ([#786](https://github.com/dbt-labs/dbt-snowflake/issues/786)) | ||
- allow for adding snowflake-python-collector logs to dbt output ([#768](https://github.com/dbt-labs/dbt-snowflake/issues/768)) | ||
- Remove manual refresh of dynamic table when created; Snowflake does this now ([#798](https://github.com/dbt-labs/dbt-snowflake/issues/798)) | ||
|
||
### Contributors | ||
- [@jaypeedevlin](https://github.com/jaypeedevlin) ([#772](https://github.com/dbt-labs/dbt-snowflake/issues/772)) | ||
- [@jeremyyeo](https://github.com/jeremyyeo) ([#776](https://github.com/dbt-labs/dbt-snowflake/issues/776)) | ||
- [@kaarthik108](https://github.com/kaarthik108) ([#769](https://github.com/dbt-labs/dbt-snowflake/issues/769)) |
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.
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 +1 @@ | ||
version = "1.7.0b2" | ||
version = "1.7.0rc1" |
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