Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.6.0_5717389743 into target 1.6.late…
Browse files Browse the repository at this point in the history
…st during release process
  • Loading branch information
FishtownBuildBot authored Jul 31, 2023
2 parents e0529a2 + e7008a3 commit 78a9ec5
Show file tree
Hide file tree
Showing 40 changed files with 39 additions and 280 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.6.0rc1
current_version = 1.6.0
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
1 change: 0 additions & 1 deletion .changes/1.6.0-a1.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changes/1.6.0-b1.md

This file was deleted.

1 change: 0 additions & 1 deletion .changes/1.6.0-b2.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changes/1.6.0-b3.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changes/1.6.0-b4.md

This file was deleted.

20 changes: 18 additions & 2 deletions .changes/1.6.0-rc1.md → .changes/1.6.0.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
## dbt-bigquery 1.6.0-rc1 - July 17, 2023
## dbt-bigquery 1.6.0 - July 31, 2023

### Breaking Changes

- Drop support for python 3.7 ([#dbt-labs/dbt-core/7082](https://github.com/dbt-labs/dbt-bigquery/issues/dbt-labs/dbt-core/7082))

### Features

- Move the BQ Job link after the job submission instead of job done ([#696](https://github.com/dbt-labs/dbt-bigquery/issues/696))
- Support model contracts + constraints on nested columns ([#673](https://github.com/dbt-labs/dbt-bigquery/issues/673))
- Standardize the _connection_keys and debug_query for `dbt debug`. ([#PR754](https://github.com/dbt-labs/dbt-bigquery/issues/PR754))
- add dbt-bigquery portion of dbt_clone fucntionality ([#7256](https://github.com/dbt-labs/dbt-bigquery/issues/7256))
- Add validate_sql to BigQuery adapter and dry_run to BigQueryConnectionManager ([#805](https://github.com/dbt-labs/dbt-bigquery/issues/805))

### Fixes

- Support all types of data_type using time ingestion partitioning as previously `date` was failing ([#486](https://github.com/dbt-labs/dbt-bigquery/issues/486))
- add negative part_number arg for split part macro ([#615](https://github.com/dbt-labs/dbt-bigquery/issues/615))
- Enable single-line `private_key` for BigQuery Service Account JSON Authentication ([#7164](https://github.com/dbt-labs/dbt-bigquery/issues/7164))
- Use tmp table in static insert overwrite to avoid computing the SQL twice ([#427](https://github.com/dbt-labs/dbt-bigquery/issues/427), [#556](https://github.com/dbt-labs/dbt-bigquery/issues/556))
- Fix issue of sporadic failure to apply grants during high transaction volumes ([#614](https://github.com/dbt-labs/dbt-bigquery/issues/614))
- Fix UDF usage with time ingestion ([#684](https://github.com/dbt-labs/dbt-bigquery/issues/684))
- Fixes adding policy tags when a struct is defined in the yml ([#687](https://github.com/dbt-labs/dbt-bigquery/issues/687))
- Update signature for execute method ([#](https://github.com/dbt-labs/dbt-bigquery/issues/), [#](https://github.com/dbt-labs/dbt-bigquery/issues/))
- test foreign key constraint rendering ([#7512](https://github.com/dbt-labs/dbt-bigquery/issues/7512))
- test model constraints with sql headers ([#7714](https://github.com/dbt-labs/dbt-bigquery/issues/7714))
- Pass python model timeout to polling operation so model execution times out as expected. ([#577](https://github.com/dbt-labs/dbt-bigquery/issues/577))
- remove call to dataset update if dataset has not changed ([#770](https://github.com/dbt-labs/dbt-bigquery/issues/770))
- Remove dependent_projects argument from PartialProject call in unit test ([#7955](https://github.com/dbt-labs/dbt-bigquery/issues/7955))
- Contracts: Handle struct column specified both at root and nested levels + arrays of structs ([#781](https://github.com/dbt-labs/dbt-bigquery/issues/781), [#782](https://github.com/dbt-labs/dbt-bigquery/issues/782))
Expand All @@ -19,6 +33,7 @@

- Update types-requests requirement from ~=2.28 to ~=2.31 ([#737](https://github.com/dbt-labs/dbt-bigquery/pull/737))
- Update tox requirement from ~=4.4 to ~=4.6 ([#757](https://github.com/dbt-labs/dbt-bigquery/pull/757))
- Rm explicit agate pin, in favor of transitive dependency from dbt-core ([#777](https://github.com/dbt-labs/dbt-bigquery/pull/777))
- Bump mypy from 1.2.0 to 1.4.0 ([#780](https://github.com/dbt-labs/dbt-bigquery/pull/780))
- Update types-protobuf requirement from ~=4.22 to ~=4.23 ([#706](https://github.com/dbt-labs/dbt-bigquery/pull/706))
- Update pre-commit requirement from ~=3.2 to ~=3.3 ([#787](https://github.com/dbt-labs/dbt-bigquery/pull/787))
Expand All @@ -28,7 +43,8 @@
- Update pip-tools requirement from ~=6.13 to ~=6.14 ([#809](https://github.com/dbt-labs/dbt-bigquery/pull/809))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#696](https://github.com/dbt-labs/dbt-bigquery/issues/696), [#427](https://github.com/dbt-labs/dbt-bigquery/issues/427), [#556](https://github.com/dbt-labs/dbt-bigquery/issues/556))
- [@Kayrnt](https://github.com/Kayrnt) ([#696](https://github.com/dbt-labs/dbt-bigquery/issues/696), [#486](https://github.com/dbt-labs/dbt-bigquery/issues/486), [#427](https://github.com/dbt-labs/dbt-bigquery/issues/427), [#556](https://github.com/dbt-labs/dbt-bigquery/issues/556), [#684](https://github.com/dbt-labs/dbt-bigquery/issues/684))
- [@McKnight-42,](https://github.com/McKnight-42,) ([#7256](https://github.com/dbt-labs/dbt-bigquery/issues/7256))
- [@dave-connors-3](https://github.com/dave-connors-3) ([#615](https://github.com/dbt-labs/dbt-bigquery/issues/615))
- [@dgreen161](https://github.com/dgreen161) ([#687](https://github.com/dbt-labs/dbt-bigquery/issues/687))
- [@tlento](https://github.com/tlento) ([#805](https://github.com/dbt-labs/dbt-bigquery/issues/805))
6 changes: 0 additions & 6 deletions .changes/1.6.0/Breaking Changes-20230530-174051.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230606-003859.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230606-005912.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230618-220517.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230621-005934.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230624-172518.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230626-011525.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230626-011535.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230626-011544.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230626-011550.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230703-000325.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Features-20230505-184427.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Features-20230601-141255.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Features-20230604-034603.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Features-20230622-113645.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Features-20230712-014350.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/1.6.0/Fixes-20230202-010912.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230320-153618.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230322-150627.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230325-204352.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230421-120450.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230427-141957.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230428-232904.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230509-222705.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230511-143217.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230601-120430.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.6.0/Fixes-20230609-132727.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230626-105156.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230628-162853.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.6.0/Fixes-20230630-213112.yaml

This file was deleted.

Loading

0 comments on commit 78a9ec5

Please sign in to comment.