-
Notifications
You must be signed in to change notification settings - Fork 188
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.3.0rc1 and generate changelog (#281)
* Bumping version to 1.3.0rc1 and generate CHANGELOG * Updating dbt-core release branch Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: leahwicz <[email protected]>
- Loading branch information
1 parent
a5303e4
commit 2353a8b
Showing
18 changed files
with
55 additions
and
5 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.3.0-rc1 - September 28, 2022 | ||
### Features | ||
- retry once by default. exponential backoff for more than one retry. ([#205](https://github.com/dbt-labs/dbt-snowflake/issues/205), [#207](https://github.com/dbt-labs/dbt-snowflake/pull/207)) | ||
- Array macros ([#255](https://github.com/dbt-labs/dbt-snowflake/issues/255), [#257](https://github.com/dbt-labs/dbt-snowflake/pull/257)) | ||
- Support passing imports to python model(dbt will assume the imports exists in snowflake stage) ([#245](https://github.com/dbt-labs/dbt-snowflake/issues/245), [#263](https://github.com/dbt-labs/dbt-snowflake/pull/263)) | ||
- implement type boolean test for snowflake ([#267](https://github.com/dbt-labs/dbt-snowflake/issues/267), [#268](https://github.com/dbt-labs/dbt-snowflake/pull/268)) | ||
### Fixes | ||
- fix incorrect UDF name ([#247](https://github.com/dbt-labs/dbt-snowflake/issues/247), [#246](https://github.com/dbt-labs/dbt-snowflake/pull/246)) | ||
- Skip grants on share objects ([#264](https://github.com/dbt-labs/dbt-snowflake/issues/264), [#266](https://github.com/dbt-labs/dbt-snowflake/pull/266)) | ||
### Under the Hood | ||
- Use view instead of temp table for faster 'merge' incremental strategy ([#92](https://github.com/dbt-labs/dbt-snowflake/issues/92), [#93](https://github.com/dbt-labs/dbt-snowflake/pull/93)) | ||
- ignore adapter mypy check ([#259](https://github.com/dbt-labs/dbt-snowflake/issues/259), [#258](https://github.com/dbt-labs/dbt-snowflake/pull/258)) | ||
- Support anonymous sproc as submission method ([#256](https://github.com/dbt-labs/dbt-snowflake/issues/256), [#260](https://github.com/dbt-labs/dbt-snowflake/pull/260)) | ||
### Dependency | ||
- Bump mypy from 0.942 to 0.971 ([#216](https://github.com/dbt-labs/dbt-snowflake/issues/216), [#204](https://github.com/dbt-labs/dbt-snowflake/pull/204)) | ||
- Bump black from 22.3.0 to 22.8.0 ([#216](https://github.com/dbt-labs/dbt-snowflake/issues/216), [#248](https://github.com/dbt-labs/dbt-snowflake/pull/248)) | ||
- Update click requirement from ~=8.0.4 to ~=8.1.3 ([#216](https://github.com/dbt-labs/dbt-snowflake/issues/216), [#151](https://github.com/dbt-labs/dbt-snowflake/pull/151)) | ||
|
||
### Contributors | ||
- [@aaron-ortega](https://github.com/aaron-ortega) ([#266](https://github.com/dbt-labs/dbt-snowflake/pull/266)) | ||
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#258](https://github.com/dbt-labs/dbt-snowflake/pull/258)) | ||
- [@dbeatty10](https://github.com/dbeatty10) ([#257](https://github.com/dbt-labs/dbt-snowflake/pull/257)) | ||
- [@graciegoheen](https://github.com/graciegoheen) ([#257](https://github.com/dbt-labs/dbt-snowflake/pull/257)) | ||
- [@jnatkins](https://github.com/jnatkins) ([#93](https://github.com/dbt-labs/dbt-snowflake/pull/93)) | ||
- [@jpmmcneill](https://github.com/jpmmcneill) ([#268](https://github.com/dbt-labs/dbt-snowflake/pull/268)) |
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.
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.3.0b2" | ||
version = "1.3.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
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