Skip to content

Commit

Permalink
Bumping version to 1.3.0rc1 and generate changelog (#281)
Browse files Browse the repository at this point in the history
* 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
3 people authored Sep 28, 2022
1 parent a5303e4 commit 2353a8b
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0b2
current_version = 1.3.0rc1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
25 changes: 25 additions & 0 deletions .changes/1.3.0-rc1.md
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.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-snowflake/blob/main/CONTRIBUTING.md#adding-changelog-entry)
## 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))
## dbt-snowflake 1.3.0-b2 - August 29, 2022
### Features
- Support query tags in dbt tests using the `+query_tag` config in `dbt_project.yml` ([#211](https://github.com/dbt-labs/dbt-snowflake/issues/211), [#210](https://github.com/dbt-labs/dbt-snowflake/pull/210))
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/snowflake/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.3.0b2"
version = "1.3.0rc1"
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# install latest changes in dbt-core
# TODO: how to automate switching from develop to version branches?
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
git+https://github.com/dbt-labs/dbt-core.git@1.3.latest#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git@1.3.latest#egg=dbt-tests-adapter&subdirectory=tests/adapter

black==22.8.0
click~=8.1.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _get_dbt_core_version():


package_name = "dbt-snowflake"
package_version = "1.3.0b2"
package_version = "1.3.0rc1"
dbt_core_version = _get_dbt_core_version()
description = """The Snowflake adapter plugin for dbt"""

Expand Down

0 comments on commit 2353a8b

Please sign in to comment.