Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.6.0rc1_5581236621 into target 1.6.l…
Browse files Browse the repository at this point in the history
…atest during release process
  • Loading branch information
FishtownBuildBot authored Jul 17, 2023
2 parents 34d0aad + e8feba2 commit 695c497
Show file tree
Hide file tree
Showing 19 changed files with 65 additions and 4 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 = v1.6.0b3
current_version = 1.6.0rc1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
30 changes: 30 additions & 0 deletions .changes/1.6.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## dbt-snowflake 1.6.0-rc1 - July 17, 2023

### Features

- Optimize catalog.sql to query only needed tables and columns from information_schema ([#216](https://github.com/dbt-labs/dbt-snowflake/issues/216))
- add dbt-snowflake portion of dbt_clone functionality ([#7256](https://github.com/dbt-labs/dbt-snowflake/issues/7256))
- Enumerate supported features for dynamic tables in 1.6.0rc1 ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-snowflake/issues/dbt-labs/dbt-core#6911))

### Fixes

- Remove dependent_projects argument from PartialProject call in unit tests ([#7955](https://github.com/dbt-labs/dbt-snowflake/issues/7955))
- Implement the new refresh method, remove the flaky workaround ([#603](https://github.com/dbt-labs/dbt-snowflake/issues/603))

### Under the Hood

- add tests for constraints on model with sql header ([#7714](https://github.com/dbt-labs/dbt-snowflake/issues/7714))

### Dependencies

- Update types-requests requirement from ~=2.28 to ~=2.31 ([#622](https://github.com/dbt-labs/dbt-snowflake/pull/622))
- Update tox requirement from ~=4.4 to ~=4.6 ([#652](https://github.com/dbt-labs/dbt-snowflake/pull/652))
- Bump mypy from 1.3.0 to 1.4.0 ([#670](https://github.com/dbt-labs/dbt-snowflake/pull/670))
- Update pytest requirement from ~=7.3 to ~=7.4 ([#674](https://github.com/dbt-labs/dbt-snowflake/pull/674))
- Bump mypy from 1.4.0 to 1.4.1 ([#675](https://github.com/dbt-labs/dbt-snowflake/pull/675))
- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#608](https://github.com/dbt-labs/dbt-snowflake/pull/608))
- Update pre-commit requirement from ~=2.21 to ~=3.3 ([#583](https://github.com/dbt-labs/dbt-snowflake/pull/583))
- Update pip-tools requirement from ~=6.13 to ~=6.14 ([#683](https://github.com/dbt-labs/dbt-snowflake/pull/683))

### Contributors
- [@mauricioobgo](https://github.com/mauricioobgo) ([#216](https://github.com/dbt-labs/dbt-snowflake/issues/216))
File renamed without changes.
File renamed without changes.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@
- "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.6.0-rc1 - July 17, 2023

### Features

- Optimize catalog.sql to query only needed tables and columns from information_schema ([#216](https://github.com/dbt-labs/dbt-snowflake/issues/216))
- add dbt-snowflake portion of dbt_clone functionality ([#7256](https://github.com/dbt-labs/dbt-snowflake/issues/7256))
- Enumerate supported features for dynamic tables in 1.6.0rc1 ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-snowflake/issues/dbt-labs/dbt-core#6911))

### Fixes

- Remove dependent_projects argument from PartialProject call in unit tests ([#7955](https://github.com/dbt-labs/dbt-snowflake/issues/7955))
- Implement the new refresh method, remove the flaky workaround ([#603](https://github.com/dbt-labs/dbt-snowflake/issues/603))

### Under the Hood

- add tests for constraints on model with sql header ([#7714](https://github.com/dbt-labs/dbt-snowflake/issues/7714))

### Dependencies

- Update types-requests requirement from ~=2.28 to ~=2.31 ([#622](https://github.com/dbt-labs/dbt-snowflake/pull/622))
- Update tox requirement from ~=4.4 to ~=4.6 ([#652](https://github.com/dbt-labs/dbt-snowflake/pull/652))
- Bump mypy from 1.3.0 to 1.4.0 ([#670](https://github.com/dbt-labs/dbt-snowflake/pull/670))
- Update pytest requirement from ~=7.3 to ~=7.4 ([#674](https://github.com/dbt-labs/dbt-snowflake/pull/674))
- Bump mypy from 1.4.0 to 1.4.1 ([#675](https://github.com/dbt-labs/dbt-snowflake/pull/675))
- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#608](https://github.com/dbt-labs/dbt-snowflake/pull/608))
- Update pre-commit requirement from ~=2.21 to ~=3.3 ([#583](https://github.com/dbt-labs/dbt-snowflake/pull/583))
- Update pip-tools requirement from ~=6.13 to ~=6.14 ([#683](https://github.com/dbt-labs/dbt-snowflake/pull/683))

### Contributors
- [@mauricioobgo](https://github.com/mauricioobgo) ([#216](https://github.com/dbt-labs/dbt-snowflake/issues/216))


## dbt-snowflake 1.6.0-b3 - June 08, 2023

### Features
Expand All @@ -28,7 +60,6 @@
### Contributors
- [@schielke](https://github.com/schielke) ([#589](https://github.com/dbt-labs/dbt-snowflake/issues/589))


## dbt-snowflake 1.6.0-b2 - May 25, 2023

### Fixes
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.6.0b3"
version = "1.6.0rc1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _get_dbt_core_version():


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

Expand Down

0 comments on commit 695c497

Please sign in to comment.