-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.7.0b2 and generate changelog
- Loading branch information
1 parent
ffe2175
commit 315ea7e
Showing
17 changed files
with
61 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## dbt-bigquery 1.7.0-b2 - September 15, 2023 | ||
|
||
### Features | ||
|
||
- Add support for materialized views ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-bigquery/issues/dbt-labs/dbt-core#6911)) | ||
|
||
### Fixes | ||
|
||
- case insensitive check on partition matching ([#886](https://github.com/dbt-labs/dbt-bigquery/issues/886)) | ||
- Time out queries if user supplies `job_execution_timeout` ([#231](https://github.com/dbt-labs/dbt-bigquery/issues/231)) | ||
- changes expected value types to AnyInteger to take into account changes in core ([#915](https://github.com/dbt-labs/dbt-bigquery/issues/915)) | ||
- Quote column names in struct data types to fix time ingestion partitioning table creation ([#913](https://github.com/dbt-labs/dbt-bigquery/issues/913)) | ||
|
||
### Under the Hood | ||
|
||
- Re-organize adapters.sql into more granular files inside of macros/relations ([#904](https://github.com/dbt-labs/dbt-bigquery/issues/904)) | ||
- Update BigQueryCredentials to support migration off hologram ([#906](https://github.com/dbt-labs/dbt-bigquery/issues/906)) | ||
|
||
### Dependencies | ||
|
||
- Bump mypy from 1.5.0 to 1.5.1 ([#883](https://github.com/dbt-labs/dbt-bigquery/pull/883)) | ||
- Update tox requirement from ~=4.8 to ~=4.9 ([#884](https://github.com/dbt-labs/dbt-bigquery/pull/884)) | ||
- Update tox requirement from ~=4.9 to ~=4.11 ([#907](https://github.com/dbt-labs/dbt-bigquery/pull/907)) | ||
- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#909](https://github.com/dbt-labs/dbt-bigquery/pull/909)) | ||
- Update black requirement from ~=23.7 to ~=23.9 ([#920](https://github.com/dbt-labs/dbt-bigquery/pull/920)) | ||
|
||
### Contributors | ||
- [@Kayrnt](https://github.com/Kayrnt) ([#886](https://github.com/dbt-labs/dbt-bigquery/issues/886), [#913](https://github.com/dbt-labs/dbt-bigquery/issues/913)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.7.0b1" | ||
version = "1.7.0b2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters