Skip to content

Commit

Permalink
fix(deps): Update dependency dbt-bigquery to v1.8.1 (#879)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [dbt-bigquery](https://github.com/dbt-labs/dbt-bigquery) | minor | `==1.7.7` -> `==1.8.1` |

---

### Release Notes

<details>
<summary>dbt-labs/dbt-bigquery (dbt-bigquery)</summary>

### [`v1.8.1`](https://github.com/dbt-labs/dbt-bigquery/releases/tag/v1.8.1): dbt-bigquery v1.8.1

[Compare Source](https://github.com/dbt-labs/dbt-bigquery/compare/v1.8.0...v1.8.1)

##### dbt-bigquery 1.8.1 - May 15, 2024

##### Features

-   Add configuration options `enable_list_inference` and `intermediate_format` for python models ([#&#8203;1047](https://github.com/dbt-labs/dbt-bigquery/issues/1047), [#&#8203;1114](https://github.com/dbt-labs/dbt-bigquery/issues/1114))

##### Fixes

-   Default `enableListInference` to `True` for python models to support nested lists ([#&#8203;1047](https://github.com/dbt-labs/dbt-bigquery/issues/1047), [#&#8203;1114](https://github.com/dbt-labs/dbt-bigquery/issues/1114))

### [`v1.8.0`](https://github.com/dbt-labs/dbt-bigquery/releases/tag/v1.8.0): dbt-bigquery v1.8.0

[Compare Source](https://github.com/dbt-labs/dbt-bigquery/compare/v1.7.9...v1.8.0)

##### dbt-bigquery 1.8.0 - May 09, 2024

##### Features

-   Add support for checking table-last-modified by metadata ([#&#8203;938](https://github.com/dbt-labs/dbt-bigquery/issues/938))
-   Support limiting get_catalog by object name ([#&#8203;950](https://github.com/dbt-labs/dbt-bigquery/issues/950))
-   Update base adapter references as part of decoupling migration ([#&#8203;1067](https://github.com/dbt-labs/dbt-bigquery/issues/1067))
-   Support all types for unit testing in dbt-bigquery, expand coverage of safe_cast macro ([#&#8203;1090](https://github.com/dbt-labs/dbt-bigquery/issues/1090))
-   Add new workflow for internal patch releases ([#&#8203;38](https://github.com/dbt-labs/dbt-bigquery/issues/38))

##### Fixes

-   Patch for json inline --show ([#&#8203;972](https://github.com/dbt-labs/dbt-bigquery/issues/972))
-   Lower bound of `2.11.0` for `google-api-core` ([#&#8203;979](https://github.com/dbt-labs/dbt-bigquery/issues/979))
-   Fix refresh syntax, config comparison with empty labels ([#&#8203;983](https://github.com/dbt-labs/dbt-bigquery/issues/983))
-   Assign the correct relation type to materialized views in catalog queries ([#&#8203;995](https://github.com/dbt-labs/dbt-bigquery/issues/995))
-   Fix inline comments (--) on the last line of an incremental model ([#&#8203;896](https://github.com/dbt-labs/dbt-bigquery/issues/896))
-   In incremental models, add dummy merge condition on source partition column when partition is required ([#&#8203;792](https://github.com/dbt-labs/dbt-bigquery/issues/792))
-   Support agate Integer type, test with empty seed ([#&#8203;1003](https://github.com/dbt-labs/dbt-bigquery/issues/1003))
-   Fixed issue where materialized views were failing on re-run with minimal config parameters ([#&#8203;1007](https://github.com/dbt-labs/dbt-bigquery/issues/1007))
-   Fix broken partition config granularity and batch_id being set to None ([#&#8203;1006](https://github.com/dbt-labs/dbt-bigquery/issues/1006))
-   replace deterministic batch_id with uuid ([#&#8203;1006](https://github.com/dbt-labs/dbt-bigquery/issues/1006))
-   remove json patch to leverage bigquery-python improvement ([#&#8203;1055](https://github.com/dbt-labs/dbt-bigquery/issues/1055))
-   Fix dbt.string_literal for BQ when there are newlines ([#&#8203;1088](https://github.com/dbt-labs/dbt-bigquery/issues/1088))
-   remove `token` field from connection keys ([#&#8203;1105](https://github.com/dbt-labs/dbt-bigquery/issues/1105))
-   Remove custom query job async timeout logic as it has been fixed in bigquery-python ([#&#8203;1081](https://github.com/dbt-labs/dbt-bigquery/issues/1081))
-   remove `keyfile` from `_connection_keys` ([#&#8203;1146](https://github.com/dbt-labs/dbt-bigquery/issues/1146))
-   Add `pandas` extra for `google-cloud-bigquery` to pick up missing `pyarrow` dependency ([#&#8203;1152](https://github.com/dbt-labs/dbt-bigquery/issues/1152))
-   Stop adding aliases to render_limited output ([#&#8203;1190](https://github.com/dbt-labs/dbt-bigquery/issues/1190))

##### Under the Hood

-   Upgrade spark-bigquery Java deps for serverless to 2.13-0.34.0 ([#&#8203;1006](https://github.com/dbt-labs/dbt-bigquery/issues/1006))
-   Primary and foreign key constraints are not enforced in BigQuery ([#&#8203;1018](https://github.com/dbt-labs/dbt-bigquery/issues/1018))
-   Add tests for --empty flag ([#&#8203;1029](https://github.com/dbt-labs/dbt-bigquery/issues/1029))
-   Migrate to dbt-common and dbt-adapters package ([#&#8203;1071](https://github.com/dbt-labs/dbt-bigquery/issues/1071))
-   Add unit test for transaction semantics. ([#&#8203;1123](https://github.com/dbt-labs/dbt-bigquery/issues/1123))
-   Update dependabot config to cover GHA ([#&#8203;1176](https://github.com/dbt-labs/dbt-bigquery/issues/1176))

##### Dependencies

-   Update ddtrace requirement from ~=1.19 to ~=1.20 ([#&#8203;948](https://github.com/dbt-labs/dbt-bigquery/pull/948))
-   Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 ([#&#8203;960](https://github.com/dbt-labs/dbt-bigquery/pull/960))
-   Bump mypy from 1.5.1 to 1.6.0 ([#&#8203;963](https://github.com/dbt-labs/dbt-bigquery/pull/963))
-   Update pre-commit requirement from ~=3.4 to ~=3.5 ([#&#8203;969](https://github.com/dbt-labs/dbt-bigquery/pull/969))
-   Update black requirement from ~=23.9 to ~=23.10 ([#&#8203;973](https://github.com/dbt-labs/dbt-bigquery/pull/973))
-   Bump mypy from 1.6.0 to 1.6.1 ([#&#8203;985](https://github.com/dbt-labs/dbt-bigquery/pull/985))
-   Update ddtrace requirement from ~=1.20 to ~=2.1 ([#&#8203;989](https://github.com/dbt-labs/dbt-bigquery/pull/989))
-   Update black requirement from ~=23.10 to ~=23.11 ([#&#8203;1013](https://github.com/dbt-labs/dbt-bigquery/pull/1013))
-   Update pytest-xdist requirement from ~=3.3 to ~=3.4 ([#&#8203;1022](https://github.com/dbt-labs/dbt-bigquery/pull/1022))
-   Bump mypy from 1.6.1 to 1.7.0 ([#&#8203;1023](https://github.com/dbt-labs/dbt-bigquery/pull/1023))
-   Update ddtrace requirement from ~=2.1 to ~=2.2 ([#&#8203;1028](https://github.com/dbt-labs/dbt-bigquery/pull/1028))
-   Update wheel requirement from ~=0.41 to ~=0.42 ([#&#8203;1033](https://github.com/dbt-labs/dbt-bigquery/pull/1033))
-   Bump mypy from 1.7.0 to 1.7.1 ([#&#8203;1034](https://github.com/dbt-labs/dbt-bigquery/pull/1034))
-   Update ddtrace requirement from ~=2.2 to ~=2.3 ([#&#8203;1035](https://github.com/dbt-labs/dbt-bigquery/pull/1035))
-   Update pytest-xdist requirement from ~=3.4 to ~=3.5 ([#&#8203;1037](https://github.com/dbt-labs/dbt-bigquery/pull/1037))
-   Update freezegun requirement from ~=1.2 to ~=1.3 ([#&#8203;1040](https://github.com/dbt-labs/dbt-bigquery/pull/1040))
-   Update black requirement from ~=23.11 to ~=23.12 ([#&#8203;1056](https://github.com/dbt-labs/dbt-bigquery/pull/1056))
-   get dbt-tests-adapters from dbt-adapters repo ([#&#8203;1077](https://github.com/dbt-labs/dbt-bigquery/pull/1077))
-   hard pin ddtrace to 2.3.0 ([#&#8203;1141](https://github.com/dbt-labs/dbt-bigquery/pull/1141))
-   Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#&#8203;1168](https://github.com/dbt-labs/dbt-bigquery/pull/1168))
-   Bump dorny/paths-filter from 2 to 3 ([#&#8203;1179](https://github.com/dbt-labs/dbt-bigquery/pull/1179))
-   Bump actions/github-script from 6 to 7 ([#&#8203;1180](https://github.com/dbt-labs/dbt-bigquery/pull/1180))
-   Bump dbt-labs/actions from 1.1.0 to 1.1.1 ([#&#8203;1181](https://github.com/dbt-labs/dbt-bigquery/pull/1181))
-   Bump actions/setup-python from 4 to 5 ([#&#8203;1182](https://github.com/dbt-labs/dbt-bigquery/pull/1182))
-   Bump actions/checkout from 3 to 4 ([#&#8203;1183](https://github.com/dbt-labs/dbt-bigquery/pull/1183))

##### Security

-   Pin `black>=24.3` in `dev-requirements.txt` ([#&#8203;1151](https://github.com/dbt-labs/dbt-bigquery/pull/1151))

##### Contributors

-   [@&#8203;b-per](https://github.com/b-per) ([#&#8203;1088](https://github.com/dbt-labs/dbt-bigquery/issues/1088))
-   [@&#8203;gmyrianthous](https://github.com/gmyrianthous) ([#&#8203;979](https://github.com/dbt-labs/dbt-bigquery/issues/979))
-   [@&#8203;matt-winkler](https://github.com/matt-winkler) ([#&#8203;972](https://github.com/dbt-labs/dbt-bigquery/issues/972))
-   [@&#8203;tnk-ysk](https://github.com/tnk-ysk) ([#&#8203;896](https://github.com/dbt-labs/dbt-bigquery/issues/896), [#&#8203;792](https://github.com/dbt-labs/dbt-bigquery/issues/792))

### [`v1.7.9`](https://github.com/dbt-labs/dbt-bigquery/releases/tag/v1.7.9): dbt-bigquery v1.7.9

[Compare Source](https://github.com/dbt-labs/dbt-bigquery/compare/v1.7.8...v1.7.9)

##### dbt-bigquery 1.7.9 - May 15, 2024

##### Features

-   Add configuration options `enable_list_inference` and `intermediate_format` for python models ([#&#8203;1047](https://github.com/dbt-labs/dbt-bigquery/issues/1047), [#&#8203;1114](https://github.com/dbt-labs/dbt-bigquery/issues/1114))

##### Fixes

-   Default `enableListInference` to `True` for python models to support nested lists ([#&#8203;1047](https://github.com/dbt-labs/dbt-bigquery/issues/1047), [#&#8203;1114](https://github.com/dbt-labs/dbt-bigquery/issues/1114))

### [`v1.7.8`](https://github.com/dbt-labs/dbt-bigquery/releases/tag/v1.7.8): dbt-bigquery v1.7.8

[Compare Source](https://github.com/dbt-labs/dbt-bigquery/compare/v1.7.7...v1.7.8)

##### dbt-bigquery 1.7.8 - May 03, 2024

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Jun 5, 2024
1 parent 71c1941 commit 5a34a03
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 5a34a03

Please sign in to comment.