Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 4f130a9

Browse files
Bumping version to 1.6.0rc1 and generate changelog
1 parent e82dfaa commit 4f130a9

23 files changed

+73
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.0b4
2+
current_version = 1.6.0rc1
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.6.0-rc1.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## dbt-bigquery 1.6.0-rc1 - July 17, 2023
2+
3+
### Features
4+
5+
- Move the BQ Job link after the job submission instead of job done ([#696](https://github.com/dbt-labs/dbt-bigquery/issues/696))
6+
- add dbt-bigquery portion of dbt_clone fucntionality ([#7256](https://github.com/dbt-labs/dbt-bigquery/issues/7256))
7+
- Add validate_sql to BigQuery adapter and dry_run to BigQueryConnectionManager ([#805](https://github.com/dbt-labs/dbt-bigquery/issues/805))
8+
9+
### Fixes
10+
11+
- add negative part_number arg for split part macro ([#615](https://github.com/dbt-labs/dbt-bigquery/issues/615))
12+
- Enable single-line `private_key` for BigQuery Service Account JSON Authentication ([#7164](https://github.com/dbt-labs/dbt-bigquery/issues/7164))
13+
- 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))
14+
- remove call to dataset update if dataset has not changed ([#770](https://github.com/dbt-labs/dbt-bigquery/issues/770))
15+
- Remove dependent_projects argument from PartialProject call in unit test ([#7955](https://github.com/dbt-labs/dbt-bigquery/issues/7955))
16+
- 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))
17+
18+
### Dependencies
19+
20+
- Update types-requests requirement from ~=2.28 to ~=2.31 ([#737](https://github.com/dbt-labs/dbt-bigquery/pull/737))
21+
- Update tox requirement from ~=4.4 to ~=4.6 ([#757](https://github.com/dbt-labs/dbt-bigquery/pull/757))
22+
- Bump mypy from 1.2.0 to 1.4.0 ([#780](https://github.com/dbt-labs/dbt-bigquery/pull/780))
23+
- Update types-protobuf requirement from ~=4.22 to ~=4.23 ([#706](https://github.com/dbt-labs/dbt-bigquery/pull/706))
24+
- Update pre-commit requirement from ~=3.2 to ~=3.3 ([#787](https://github.com/dbt-labs/dbt-bigquery/pull/787))
25+
- Update pytest requirement from ~=7.3 to ~=7.4 ([#788](https://github.com/dbt-labs/dbt-bigquery/pull/788))
26+
- Bump mypy from 1.4.0 to 1.4.1 ([#789](https://github.com/dbt-labs/dbt-bigquery/pull/789))
27+
- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#790](https://github.com/dbt-labs/dbt-bigquery/pull/790))
28+
- Update pip-tools requirement from ~=6.13 to ~=6.14 ([#809](https://github.com/dbt-labs/dbt-bigquery/pull/809))
29+
30+
### Contributors
31+
- [@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))
32+
- [@McKnight-42,](https://github.com/McKnight-42,) ([#7256](https://github.com/dbt-labs/dbt-bigquery/issues/7256))
33+
- [@dave-connors-3](https://github.com/dave-connors-3) ([#615](https://github.com/dbt-labs/dbt-bigquery/issues/615))
34+
- [@tlento](https://github.com/tlento) ([#805](https://github.com/dbt-labs/dbt-bigquery/issues/805))

0 commit comments

Comments
 (0)