diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0fa84469a..7ff98322d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.0a1 +current_version = 1.9.0b1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.9.0-b1.md b/.changes/1.9.0-b1.md new file mode 100644 index 000000000..15a01afe7 --- /dev/null +++ b/.changes/1.9.0-b1.md @@ -0,0 +1,61 @@ +## dbt-snowflake 1.9.0-b1 - October 01, 2024 + +### Features + +- Support refresh_mode and initialize parameters for dynamic tables ([#1076](https://github.com/dbt-labs/dbt-snowflake/issues/1076)) +- Add tests for cross-database `cast` macro ([#1009](https://github.com/dbt-labs/dbt-snowflake/issues/1009)) +- Cross-database `date` macro ([#1013](https://github.com/dbt-labs/dbt-snowflake/issues/1013)) +- Replace underscores with hyphens in account IDs to prevent SSL issues ([#1068](https://github.com/dbt-labs/dbt-snowflake/issues/1068)) +- Support JWT Authentication ([#1079](https://github.com/dbt-labs/dbt-snowflake/issues/1079), [#726](https://github.com/dbt-labs/dbt-snowflake/issues/726)) +- Improve run times for large projects by reusing connections by default ([#1082](https://github.com/dbt-labs/dbt-snowflake/issues/1082)) +- Improve run times when using key pair auth by caching the private key ([#1082](https://github.com/dbt-labs/dbt-snowflake/issues/1082)) +- Add support for Iceberg table materializations. ([#321](https://github.com/dbt-labs/dbt-snowflake/issues/321)) +- Microbatch incremental strategy ([#1182](https://github.com/dbt-labs/dbt-snowflake/issues/1182)) +- Add support for Iceberg table format in Dynamic Tables ([#1183](https://github.com/dbt-labs/dbt-snowflake/issues/1183)) +- Add Iceberg format Incremental Models ([#321](https://github.com/dbt-labs/dbt-snowflake/issues/321)) +- Add support for all on_schema_change incremental model strategies. ([#321](https://github.com/dbt-labs/dbt-snowflake/issues/321)) + +### Fixes + +- Get catalog metadata for a single relation in the most optimized way using the get_catalog_for_single_relation macro and capability ([#1048](https://github.com/dbt-labs/dbt-snowflake/issues/1048)) +- Update relation caching to correctly identify dynamic tables, accounting for Snowflake's `2024_03` bundle ([#1016](https://github.com/dbt-labs/dbt-snowflake/issues/1016)) +- Rename targets for tables and views use fully qualified names ([#1031](https://github.com/dbt-labs/dbt-snowflake/issues/1031)) +- Surface SSO token expiration in logs ([#851](https://github.com/dbt-labs/dbt-snowflake/issues/851)) +- return to previous naming convention to return to quoting policy ([#1074](https://github.com/dbt-labs/dbt-snowflake/issues/1074)) +- Fix scenario where using the `--empty` flag causes metadata queries to contain limit clauses ([#1033](https://github.com/dbt-labs/dbt-snowflake/issues/1033)) +- Use show ... starts with instead of show ... like in _show_object_metadata ([#1102](https://github.com/dbt-labs/dbt-snowflake/issues/1102)) +- Fix issue where dbt-snowflake attempts to drop database roles during grants sync ([#1151](https://github.com/dbt-labs/dbt-snowflake/issues/1151)) + +### Under the Hood + +- Lazy load agate ([#953](https://github.com/dbt-labs/dbt-snowflake/issues/953)) +- Speedup catalog string comparison by using ilike before equals ([#1035](https://github.com/dbt-labs/dbt-snowflake/issues/1035)) +- Improve memory efficiency of the process_results() override. ([#1053](https://github.com/dbt-labs/dbt-snowflake/issues/1053)) +- Automate all manual integration tests for Dynamic Tables ([#1084](https://github.com/dbt-labs/dbt-snowflake/issues/1084)) +- Add support for experimental record/replay testing. ([#1106](https://github.com/dbt-labs/dbt-snowflake/issues/1106)) +- Remove `freezegun` as a testing dependency; this package is no longer used ([#1136](https://github.com/dbt-labs/dbt-snowflake/issues/1136)) +- Add support for Python 3.12 ([#903](https://github.com/dbt-labs/dbt-snowflake/issues/903)) +- Isolating distribution testing ([#1130](https://github.com/dbt-labs/dbt-snowflake/issues/1130)) +- Change behavior flag semantics to log iceberg flag warnings.. ([#321](https://github.com/dbt-labs/dbt-snowflake/issues/321)) + +### Dependencies + +- Update freezegun requirement from ~=1.3 to ~=1.4 ([#869](https://github.com/dbt-labs/dbt-snowflake/pull/869)) +- Bump actions/upload-artifact from 3 to 4 ([#971](https://github.com/dbt-labs/dbt-snowflake/pull/971)) +- Bump dbt-labs/actions from 1.1.0 to 1.1.1 ([#1006](https://github.com/dbt-labs/dbt-snowflake/pull/1006)) +- Bump actions/download-artifact from 3 to 4 ([#1007](https://github.com/dbt-labs/dbt-snowflake/pull/1007)) +- Bump aurelien-baudet/workflow-dispatch from 2 to 4 ([#1093](https://github.com/dbt-labs/dbt-snowflake/pull/1093)) +- Update twine requirement from ~=4.0 to ~=5.1 ([#1120](https://github.com/dbt-labs/dbt-snowflake/pull/1120)) +- Bump pre-commit from 3.7.0 to 3.7.1 ([#1119](https://github.com/dbt-labs/dbt-snowflake/pull/1119)) +- Update wheel requirement from ~=0.42 to ~=0.43 ([#1121](https://github.com/dbt-labs/dbt-snowflake/pull/1121)) +- Update pytest-xdist requirement from ~=3.5 to ~=3.6 ([#1122](https://github.com/dbt-labs/dbt-snowflake/pull/1122)) +- Update tox requirement from ~=4.11 to ~=4.16 ([#1135](https://github.com/dbt-labs/dbt-snowflake/pull/1135)) + +### Contributors +- [@HenkvanDyk,mikealfare](https://github.com/HenkvanDyk,mikealfare) ([#1076](https://github.com/dbt-labs/dbt-snowflake/issues/1076)) +- [@McKnight-42](https://github.com/McKnight-42) ([#851](https://github.com/dbt-labs/dbt-snowflake/issues/851), [#1074](https://github.com/dbt-labs/dbt-snowflake/issues/1074)) +- [@amardatar](https://github.com/amardatar) ([#1082](https://github.com/dbt-labs/dbt-snowflake/issues/1082)) +- [@dwreeves](https://github.com/dwreeves) ([#953](https://github.com/dbt-labs/dbt-snowflake/issues/953)) +- [@leahwicz](https://github.com/leahwicz) ([#1130](https://github.com/dbt-labs/dbt-snowflake/issues/1130)) +- [@llam15](https://github.com/llam15) ([#1079](https://github.com/dbt-labs/dbt-snowflake/issues/1079), [#726](https://github.com/dbt-labs/dbt-snowflake/issues/726)) +- [@mikealfare,](https://github.com/mikealfare,) ([#851](https://github.com/dbt-labs/dbt-snowflake/issues/851)) diff --git a/.changes/unreleased/Dependencies-20231219-125152.yaml b/.changes/1.9.0/Dependencies-20231219-125152.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231219-125152.yaml rename to .changes/1.9.0/Dependencies-20231219-125152.yaml diff --git a/.changes/unreleased/Dependencies-20240412-155921.yaml b/.changes/1.9.0/Dependencies-20240412-155921.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240412-155921.yaml rename to .changes/1.9.0/Dependencies-20240412-155921.yaml diff --git a/.changes/unreleased/Dependencies-20240429-124038.yaml b/.changes/1.9.0/Dependencies-20240429-124038.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240429-124038.yaml rename to .changes/1.9.0/Dependencies-20240429-124038.yaml diff --git a/.changes/unreleased/Dependencies-20240429-124044.yaml b/.changes/1.9.0/Dependencies-20240429-124044.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240429-124044.yaml rename to .changes/1.9.0/Dependencies-20240429-124044.yaml diff --git a/.changes/unreleased/Dependencies-20240624-122538.yaml b/.changes/1.9.0/Dependencies-20240624-122538.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240624-122538.yaml rename to .changes/1.9.0/Dependencies-20240624-122538.yaml diff --git a/.changes/unreleased/Dependencies-20240718-120848.yaml b/.changes/1.9.0/Dependencies-20240718-120848.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240718-120848.yaml rename to .changes/1.9.0/Dependencies-20240718-120848.yaml diff --git a/.changes/unreleased/Dependencies-20240718-120849.yaml b/.changes/1.9.0/Dependencies-20240718-120849.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240718-120849.yaml rename to .changes/1.9.0/Dependencies-20240718-120849.yaml diff --git a/.changes/unreleased/Dependencies-20240718-120852.yaml b/.changes/1.9.0/Dependencies-20240718-120852.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240718-120852.yaml rename to .changes/1.9.0/Dependencies-20240718-120852.yaml diff --git a/.changes/unreleased/Dependencies-20240718-120857.yaml b/.changes/1.9.0/Dependencies-20240718-120857.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240718-120857.yaml rename to .changes/1.9.0/Dependencies-20240718-120857.yaml diff --git a/.changes/unreleased/Dependencies-20240719-120828.yaml b/.changes/1.9.0/Dependencies-20240719-120828.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240719-120828.yaml rename to .changes/1.9.0/Dependencies-20240719-120828.yaml diff --git a/.changes/unreleased/Features-20240131-125318.yaml b/.changes/1.9.0/Features-20240131-125318.yaml similarity index 100% rename from .changes/unreleased/Features-20240131-125318.yaml rename to .changes/1.9.0/Features-20240131-125318.yaml diff --git a/.changes/unreleased/Features-20240430-185714.yaml b/.changes/1.9.0/Features-20240430-185714.yaml similarity index 100% rename from .changes/unreleased/Features-20240430-185714.yaml rename to .changes/1.9.0/Features-20240430-185714.yaml diff --git a/.changes/unreleased/Features-20240501-151901.yaml b/.changes/1.9.0/Features-20240501-151901.yaml similarity index 100% rename from .changes/unreleased/Features-20240501-151901.yaml rename to .changes/1.9.0/Features-20240501-151901.yaml diff --git a/.changes/unreleased/Features-20240604-154856.yaml b/.changes/1.9.0/Features-20240604-154856.yaml similarity index 100% rename from .changes/unreleased/Features-20240604-154856.yaml rename to .changes/1.9.0/Features-20240604-154856.yaml diff --git a/.changes/unreleased/Features-20240610-171026.yaml b/.changes/1.9.0/Features-20240610-171026.yaml similarity index 100% rename from .changes/unreleased/Features-20240610-171026.yaml rename to .changes/1.9.0/Features-20240610-171026.yaml diff --git a/.changes/unreleased/Features-20240709-194316.yaml b/.changes/1.9.0/Features-20240709-194316.yaml similarity index 100% rename from .changes/unreleased/Features-20240709-194316.yaml rename to .changes/1.9.0/Features-20240709-194316.yaml diff --git a/.changes/unreleased/Features-20240710-172345.yaml b/.changes/1.9.0/Features-20240710-172345.yaml similarity index 100% rename from .changes/unreleased/Features-20240710-172345.yaml rename to .changes/1.9.0/Features-20240710-172345.yaml diff --git a/.changes/unreleased/Features-20240911-001806.yaml b/.changes/1.9.0/Features-20240911-001806.yaml similarity index 100% rename from .changes/unreleased/Features-20240911-001806.yaml rename to .changes/1.9.0/Features-20240911-001806.yaml diff --git a/.changes/unreleased/Features-20240913-215416.yaml b/.changes/1.9.0/Features-20240913-215416.yaml similarity index 100% rename from .changes/unreleased/Features-20240913-215416.yaml rename to .changes/1.9.0/Features-20240913-215416.yaml diff --git a/.changes/unreleased/Features-20240917-100505.yaml b/.changes/1.9.0/Features-20240917-100505.yaml similarity index 100% rename from .changes/unreleased/Features-20240917-100505.yaml rename to .changes/1.9.0/Features-20240917-100505.yaml diff --git a/.changes/unreleased/Features-20240923-203204.yaml b/.changes/1.9.0/Features-20240923-203204.yaml similarity index 100% rename from .changes/unreleased/Features-20240923-203204.yaml rename to .changes/1.9.0/Features-20240923-203204.yaml diff --git a/.changes/unreleased/Features-20240930-112041.yaml b/.changes/1.9.0/Features-20240930-112041.yaml similarity index 100% rename from .changes/unreleased/Features-20240930-112041.yaml rename to .changes/1.9.0/Features-20240930-112041.yaml diff --git a/.changes/unreleased/Fixes-20240516-174337.yaml b/.changes/1.9.0/Fixes-20240516-174337.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240516-174337.yaml rename to .changes/1.9.0/Fixes-20240516-174337.yaml diff --git a/.changes/unreleased/Fixes-20240516-224134.yaml b/.changes/1.9.0/Fixes-20240516-224134.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240516-224134.yaml rename to .changes/1.9.0/Fixes-20240516-224134.yaml diff --git a/.changes/unreleased/Fixes-20240522-160538.yaml b/.changes/1.9.0/Fixes-20240522-160538.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240522-160538.yaml rename to .changes/1.9.0/Fixes-20240522-160538.yaml diff --git a/.changes/unreleased/Fixes-20240605-125611.yaml b/.changes/1.9.0/Fixes-20240605-125611.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240605-125611.yaml rename to .changes/1.9.0/Fixes-20240605-125611.yaml diff --git a/.changes/unreleased/Fixes-20240607-102708.yaml b/.changes/1.9.0/Fixes-20240607-102708.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240607-102708.yaml rename to .changes/1.9.0/Fixes-20240607-102708.yaml diff --git a/.changes/unreleased/Fixes-20240628-190140.yaml b/.changes/1.9.0/Fixes-20240628-190140.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240628-190140.yaml rename to .changes/1.9.0/Fixes-20240628-190140.yaml diff --git a/.changes/unreleased/Fixes-20240705-165932.yaml b/.changes/1.9.0/Fixes-20240705-165932.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240705-165932.yaml rename to .changes/1.9.0/Fixes-20240705-165932.yaml diff --git a/.changes/unreleased/Fixes-20240920-193613.yaml b/.changes/1.9.0/Fixes-20240920-193613.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240920-193613.yaml rename to .changes/1.9.0/Fixes-20240920-193613.yaml diff --git a/.changes/unreleased/Under the Hood-20240327-001304.yaml b/.changes/1.9.0/Under the Hood-20240327-001304.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240327-001304.yaml rename to .changes/1.9.0/Under the Hood-20240327-001304.yaml diff --git a/.changes/unreleased/Under the Hood-20240425-144556.yaml b/.changes/1.9.0/Under the Hood-20240425-144556.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240425-144556.yaml rename to .changes/1.9.0/Under the Hood-20240425-144556.yaml diff --git a/.changes/unreleased/Under the Hood-20240517-143743.yaml b/.changes/1.9.0/Under the Hood-20240517-143743.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240517-143743.yaml rename to .changes/1.9.0/Under the Hood-20240517-143743.yaml diff --git a/.changes/unreleased/Under the Hood-20240614-170858.yaml b/.changes/1.9.0/Under the Hood-20240614-170858.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240614-170858.yaml rename to .changes/1.9.0/Under the Hood-20240614-170858.yaml diff --git a/.changes/unreleased/Under the Hood-20240716-174655.yaml b/.changes/1.9.0/Under the Hood-20240716-174655.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240716-174655.yaml rename to .changes/1.9.0/Under the Hood-20240716-174655.yaml diff --git a/.changes/unreleased/Under the Hood-20240719-125618.yaml b/.changes/1.9.0/Under the Hood-20240719-125618.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240719-125618.yaml rename to .changes/1.9.0/Under the Hood-20240719-125618.yaml diff --git a/.changes/unreleased/Under the Hood-20240722-143114.yaml b/.changes/1.9.0/Under the Hood-20240722-143114.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240722-143114.yaml rename to .changes/1.9.0/Under the Hood-20240722-143114.yaml diff --git a/.changes/unreleased/Under the Hood-20240806-215935.yaml b/.changes/1.9.0/Under the Hood-20240806-215935.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240806-215935.yaml rename to .changes/1.9.0/Under the Hood-20240806-215935.yaml diff --git a/.changes/unreleased/Under the Hood-20240917-181147.yaml b/.changes/1.9.0/Under the Hood-20240917-181147.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240917-181147.yaml rename to .changes/1.9.0/Under the Hood-20240917-181147.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 301a00ea9..599c20195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,71 @@ - "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.9.0-b1 - October 01, 2024 + +### Features + +- Support refresh_mode and initialize parameters for dynamic tables ([#1076](https://github.com/dbt-labs/dbt-snowflake/issues/1076)) +- Add tests for cross-database `cast` macro ([#1009](https://github.com/dbt-labs/dbt-snowflake/issues/1009)) +- Cross-database `date` macro ([#1013](https://github.com/dbt-labs/dbt-snowflake/issues/1013)) +- Replace underscores with hyphens in account IDs to prevent SSL issues ([#1068](https://github.com/dbt-labs/dbt-snowflake/issues/1068)) +- Support JWT Authentication ([#1079](https://github.com/dbt-labs/dbt-snowflake/issues/1079), [#726](https://github.com/dbt-labs/dbt-snowflake/issues/726)) +- Improve run times for large projects by reusing connections by default ([#1082](https://github.com/dbt-labs/dbt-snowflake/issues/1082)) +- Improve run times when using key pair auth by caching the private key ([#1082](https://github.com/dbt-labs/dbt-snowflake/issues/1082)) +- Add support for Iceberg table materializations. ([#321](https://github.com/dbt-labs/dbt-snowflake/issues/321)) +- Microbatch incremental strategy ([#1182](https://github.com/dbt-labs/dbt-snowflake/issues/1182)) +- Add support for Iceberg table format in Dynamic Tables ([#1183](https://github.com/dbt-labs/dbt-snowflake/issues/1183)) +- Add Iceberg format Incremental Models ([#321](https://github.com/dbt-labs/dbt-snowflake/issues/321)) +- Add support for all on_schema_change incremental model strategies. ([#321](https://github.com/dbt-labs/dbt-snowflake/issues/321)) + +### Fixes + +- Get catalog metadata for a single relation in the most optimized way using the get_catalog_for_single_relation macro and capability ([#1048](https://github.com/dbt-labs/dbt-snowflake/issues/1048)) +- Update relation caching to correctly identify dynamic tables, accounting for Snowflake's `2024_03` bundle ([#1016](https://github.com/dbt-labs/dbt-snowflake/issues/1016)) +- Rename targets for tables and views use fully qualified names ([#1031](https://github.com/dbt-labs/dbt-snowflake/issues/1031)) +- Surface SSO token expiration in logs ([#851](https://github.com/dbt-labs/dbt-snowflake/issues/851)) +- return to previous naming convention to return to quoting policy ([#1074](https://github.com/dbt-labs/dbt-snowflake/issues/1074)) +- Fix scenario where using the `--empty` flag causes metadata queries to contain limit clauses ([#1033](https://github.com/dbt-labs/dbt-snowflake/issues/1033)) +- Use show ... starts with instead of show ... like in _show_object_metadata ([#1102](https://github.com/dbt-labs/dbt-snowflake/issues/1102)) +- Fix issue where dbt-snowflake attempts to drop database roles during grants sync ([#1151](https://github.com/dbt-labs/dbt-snowflake/issues/1151)) + +### Under the Hood + +- Lazy load agate ([#953](https://github.com/dbt-labs/dbt-snowflake/issues/953)) +- Speedup catalog string comparison by using ilike before equals ([#1035](https://github.com/dbt-labs/dbt-snowflake/issues/1035)) +- Improve memory efficiency of the process_results() override. ([#1053](https://github.com/dbt-labs/dbt-snowflake/issues/1053)) +- Automate all manual integration tests for Dynamic Tables ([#1084](https://github.com/dbt-labs/dbt-snowflake/issues/1084)) +- Add support for experimental record/replay testing. ([#1106](https://github.com/dbt-labs/dbt-snowflake/issues/1106)) +- Remove `freezegun` as a testing dependency; this package is no longer used ([#1136](https://github.com/dbt-labs/dbt-snowflake/issues/1136)) +- Add support for Python 3.12 ([#903](https://github.com/dbt-labs/dbt-snowflake/issues/903)) +- Isolating distribution testing ([#1130](https://github.com/dbt-labs/dbt-snowflake/issues/1130)) +- Change behavior flag semantics to log iceberg flag warnings.. ([#321](https://github.com/dbt-labs/dbt-snowflake/issues/321)) + +### Dependencies + +- Update freezegun requirement from ~=1.3 to ~=1.4 ([#869](https://github.com/dbt-labs/dbt-snowflake/pull/869)) +- Bump actions/upload-artifact from 3 to 4 ([#971](https://github.com/dbt-labs/dbt-snowflake/pull/971)) +- Bump dbt-labs/actions from 1.1.0 to 1.1.1 ([#1006](https://github.com/dbt-labs/dbt-snowflake/pull/1006)) +- Bump actions/download-artifact from 3 to 4 ([#1007](https://github.com/dbt-labs/dbt-snowflake/pull/1007)) +- Bump aurelien-baudet/workflow-dispatch from 2 to 4 ([#1093](https://github.com/dbt-labs/dbt-snowflake/pull/1093)) +- Update twine requirement from ~=4.0 to ~=5.1 ([#1120](https://github.com/dbt-labs/dbt-snowflake/pull/1120)) +- Bump pre-commit from 3.7.0 to 3.7.1 ([#1119](https://github.com/dbt-labs/dbt-snowflake/pull/1119)) +- Update wheel requirement from ~=0.42 to ~=0.43 ([#1121](https://github.com/dbt-labs/dbt-snowflake/pull/1121)) +- Update pytest-xdist requirement from ~=3.5 to ~=3.6 ([#1122](https://github.com/dbt-labs/dbt-snowflake/pull/1122)) +- Update tox requirement from ~=4.11 to ~=4.16 ([#1135](https://github.com/dbt-labs/dbt-snowflake/pull/1135)) + +### Contributors +- [@HenkvanDyk,mikealfare](https://github.com/HenkvanDyk,mikealfare) ([#1076](https://github.com/dbt-labs/dbt-snowflake/issues/1076)) +- [@McKnight-42](https://github.com/McKnight-42) ([#851](https://github.com/dbt-labs/dbt-snowflake/issues/851), [#1074](https://github.com/dbt-labs/dbt-snowflake/issues/1074)) +- [@amardatar](https://github.com/amardatar) ([#1082](https://github.com/dbt-labs/dbt-snowflake/issues/1082)) +- [@dwreeves](https://github.com/dwreeves) ([#953](https://github.com/dbt-labs/dbt-snowflake/issues/953)) +- [@leahwicz](https://github.com/leahwicz) ([#1130](https://github.com/dbt-labs/dbt-snowflake/issues/1130)) +- [@llam15](https://github.com/llam15) ([#1079](https://github.com/dbt-labs/dbt-snowflake/issues/1079), [#726](https://github.com/dbt-labs/dbt-snowflake/issues/726)) +- [@mikealfare,](https://github.com/mikealfare,) ([#851](https://github.com/dbt-labs/dbt-snowflake/issues/851)) + + ## Previous Releases For information on prior major and minor releases, see their changelogs: -- [1.8](https://github.com/dbt-labs/dbt-snowflake/blob/1.8.latest/CHANGELOG.md) -- [1.7](https://github.com/dbt-labs/dbt-snowflake/blob/1.7.latest/CHANGELOG.md) - [1.6](https://github.com/dbt-labs/dbt-snowflake/blob/1.6.latest/CHANGELOG.md) - [1.5](https://github.com/dbt-labs/dbt-snowflake/blob/1.5.latest/CHANGELOG.md) - [1.4](https://github.com/dbt-labs/dbt-snowflake/blob/1.4.latest/CHANGELOG.md) diff --git a/dbt/adapters/snowflake/__version__.py b/dbt/adapters/snowflake/__version__.py index 6698ed64c..a4077fff2 100644 --- a/dbt/adapters/snowflake/__version__.py +++ b/dbt/adapters/snowflake/__version__.py @@ -1 +1 @@ -version = "1.9.0a1" +version = "1.9.0b1"