-
Notifications
You must be signed in to change notification settings - Fork 161
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.4.0rc1 and generate changelog (#463)
* Bumping version to 1.4.0rc1 and generate CHANGELOG * add @1.4.latest Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: Colin <[email protected]>
- Loading branch information
1 parent
3ce88d7
commit 76bd3df
Showing
15 changed files
with
47 additions
and
5 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,21 @@ | ||
## dbt-bigquery 1.4.0-rc1 - January 11, 2023 | ||
### Features | ||
- incremental predicates ([#283](https://github.com/dbt-labs/dbt-bigquery/issues/283), [#284](https://github.com/dbt-labs/dbt-bigquery/pull/284)) | ||
- Support BigQuery 'labels' and 'hours_to_expiration' configs for seeds. ([#125](https://github.com/dbt-labs/dbt-bigquery/issues/125), [#133](https://github.com/dbt-labs/dbt-bigquery/pull/133)) | ||
- Fetch table description to `catalog.json`, so it can be shown in dbt docs ([#173](https://github.com/dbt-labs/dbt-bigquery/issues/173), [#174](https://github.com/dbt-labs/dbt-bigquery/pull/174)) | ||
### Fixes | ||
- stop eliminating trailing whitespace in incremental merge sql ([#457](https://github.com/dbt-labs/dbt-bigquery/issues/457), [#458](https://github.com/dbt-labs/dbt-bigquery/pull/458)) | ||
### Under the Hood | ||
- use gcp retry logic for new connections ([#229](https://github.com/dbt-labs/dbt-bigquery/issues/229), [#230](https://github.com/dbt-labs/dbt-bigquery/pull/230)) | ||
- Truncates Job Labels to 63 Characters ([#202](https://github.com/dbt-labs/dbt-bigquery/issues/202), [#442](https://github.com/dbt-labs/dbt-bigquery/pull/442)) | ||
- Partition By unit test was failing, referenced the incorrect exception to be raised ([#443](https://github.com/dbt-labs/dbt-bigquery/issues/443), [#445](https://github.com/dbt-labs/dbt-bigquery/pull/445)) | ||
- Update exception names to match dbt-core ([#441](https://github.com/dbt-labs/dbt-bigquery/issues/441), [#460](https://github.com/dbt-labs/dbt-bigquery/pull/460)) | ||
### Dependencies | ||
- Add supoort for python 3.11 ([#407](https://github.com/dbt-labs/dbt-bigquery/issues/407), [#431](https://github.com/dbt-labs/dbt-bigquery/pull/431)) | ||
|
||
### Contributors | ||
- [@McKnight-42,](https://github.com/McKnight-42,) ([#174](https://github.com/dbt-labs/dbt-bigquery/pull/174)) | ||
- [@darrylng](https://github.com/darrylng) ([#133](https://github.com/dbt-labs/dbt-bigquery/pull/133)) | ||
- [@dave-connors-3](https://github.com/dave-connors-3) ([#284](https://github.com/dbt-labs/dbt-bigquery/pull/284)) | ||
- [@ernestoongaro](https://github.com/ernestoongaro) ([#442](https://github.com/dbt-labs/dbt-bigquery/pull/442)) | ||
- [@halvorlu](https://github.com/halvorlu) ([#174](https://github.com/dbt-labs/dbt-bigquery/pull/174)) |
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.4.0b1" | ||
version = "1.4.0rc1" |
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