Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update dependency dbt-bigquery to v1.8.1 #879

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Jun 1, 2024

This PR contains the following updates:

Package Update Change
dbt-bigquery minor ==1.7.7 -> ==1.8.1

Release Notes

dbt-labs/dbt-bigquery (dbt-bigquery)

v1.8.1: dbt-bigquery v1.8.1

Compare Source

dbt-bigquery 1.8.1 - May 15, 2024
Features
  • Add configuration options enable_list_inference and intermediate_format for python models (#​1047, #​1114)
Fixes
  • Default enableListInference to True for python models to support nested lists (#​1047, #​1114)

v1.8.0: dbt-bigquery v1.8.0

Compare Source

dbt-bigquery 1.8.0 - May 09, 2024
Features
  • Add support for checking table-last-modified by metadata (#​938)
  • Support limiting get_catalog by object name (#​950)
  • Update base adapter references as part of decoupling migration (#​1067)
  • Support all types for unit testing in dbt-bigquery, expand coverage of safe_cast macro (#​1090)
  • Add new workflow for internal patch releases (#​38)
Fixes
  • Patch for json inline --show (#​972)
  • Lower bound of 2.11.0 for google-api-core (#​979)
  • Fix refresh syntax, config comparison with empty labels (#​983)
  • Assign the correct relation type to materialized views in catalog queries (#​995)
  • Fix inline comments (--) on the last line of an incremental model (#​896)
  • In incremental models, add dummy merge condition on source partition column when partition is required (#​792)
  • Support agate Integer type, test with empty seed (#​1003)
  • Fixed issue where materialized views were failing on re-run with minimal config parameters (#​1007)
  • Fix broken partition config granularity and batch_id being set to None (#​1006)
  • replace deterministic batch_id with uuid (#​1006)
  • remove json patch to leverage bigquery-python improvement (#​1055)
  • Fix dbt.string_literal for BQ when there are newlines (#​1088)
  • remove token field from connection keys (#​1105)
  • Remove custom query job async timeout logic as it has been fixed in bigquery-python (#​1081)
  • remove keyfile from _connection_keys (#​1146)
  • Add pandas extra for google-cloud-bigquery to pick up missing pyarrow dependency (#​1152)
  • Stop adding aliases to render_limited output (#​1190)
Under the Hood
  • Upgrade spark-bigquery Java deps for serverless to 2.13-0.34.0 (#​1006)
  • Primary and foreign key constraints are not enforced in BigQuery (#​1018)
  • Add tests for --empty flag (#​1029)
  • Migrate to dbt-common and dbt-adapters package (#​1071)
  • Add unit test for transaction semantics. (#​1123)
  • Update dependabot config to cover GHA (#​1176)
Dependencies
  • Update ddtrace requirement from ~=1.19 to ~=1.20 (#​948)
  • Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 (#​960)
  • Bump mypy from 1.5.1 to 1.6.0 (#​963)
  • Update pre-commit requirement from ~=3.4 to ~=3.5 (#​969)
  • Update black requirement from ~=23.9 to ~=23.10 (#​973)
  • Bump mypy from 1.6.0 to 1.6.1 (#​985)
  • Update ddtrace requirement from ~=1.20 to ~=2.1 (#​989)
  • Update black requirement from ~=23.10 to ~=23.11 (#​1013)
  • Update pytest-xdist requirement from ~=3.3 to ~=3.4 (#​1022)
  • Bump mypy from 1.6.1 to 1.7.0 (#​1023)
  • Update ddtrace requirement from ~=2.1 to ~=2.2 (#​1028)
  • Update wheel requirement from ~=0.41 to ~=0.42 (#​1033)
  • Bump mypy from 1.7.0 to 1.7.1 (#​1034)
  • Update ddtrace requirement from ~=2.2 to ~=2.3 (#​1035)
  • Update pytest-xdist requirement from ~=3.4 to ~=3.5 (#​1037)
  • Update freezegun requirement from ~=1.2 to ~=1.3 (#​1040)
  • Update black requirement from ~=23.11 to ~=23.12 (#​1056)
  • get dbt-tests-adapters from dbt-adapters repo (#​1077)
  • hard pin ddtrace to 2.3.0 (#​1141)
  • Add dbt-core as a dependency to preserve backwards compatibility for installation (#​1168)
  • Bump dorny/paths-filter from 2 to 3 (#​1179)
  • Bump actions/github-script from 6 to 7 (#​1180)
  • Bump dbt-labs/actions from 1.1.0 to 1.1.1 (#​1181)
  • Bump actions/setup-python from 4 to 5 (#​1182)
  • Bump actions/checkout from 3 to 4 (#​1183)
Security
  • Pin black>=24.3 in dev-requirements.txt (#​1151)
Contributors

v1.7.9: dbt-bigquery v1.7.9

Compare Source

dbt-bigquery 1.7.9 - May 15, 2024
Features
  • Add configuration options enable_list_inference and intermediate_format for python models (#​1047, #​1114)
Fixes
  • Default enableListInference to True for python models to support nested lists (#​1047, #​1114)

v1.7.8: dbt-bigquery v1.7.8

Compare Source

dbt-bigquery 1.7.8 - May 03, 2024

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Automatically merge once required checks pass label Jun 1, 2024
@cq-bot cq-bot requested a review from a team as a code owner June 1, 2024 00:38
@cq-bot cq-bot requested review from mdwn and removed request for a team June 1, 2024 00:38
@kodiakhq kodiakhq bot merged commit 5a34a03 into main Jun 5, 2024
14 checks passed
@kodiakhq kodiakhq bot deleted the renovate/dbt-bigquery-1.x branch June 5, 2024 13:54
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
…890)

🤖 I have created a release *beep* *boop*
---


## [2.2.5](transformation-aws-asset-inventory-free-v2.2.4...transformation-aws-asset-inventory-free-v2.2.5) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* **deps:** Update dependency dbt-snowflake to v1.8.2 ([#881](#881)) ([971915b](971915b))
* Update dbt dependencies ([#889](#889)) ([555cd25](555cd25))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
)

🤖 I have created a release *beep* *boop*
---


## [1.12.2](transformation-aws-compliance-premium-v1.12.1...transformation-aws-compliance-premium-v1.12.2) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* Update dbt dependencies ([#889](#889)) ([555cd25](555cd25))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
…892)

🤖 I have created a release *beep* *boop*
---


## [0.8.4](transformation-azure-compliance-premium-v0.8.3...transformation-azure-compliance-premium-v0.8.4) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* **deps:** Update dependency dbt-postgres to v1.8.1 ([#880](#880)) ([33c889a](33c889a))
* **deps:** Update dependency dbt-snowflake to v1.8.2 ([#881](#881)) ([971915b](971915b))
* Update dbt dependencies ([#889](#889)) ([555cd25](555cd25))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
🤖 I have created a release *beep* *boop*
---


## [0.7.4](transformation-gcp-compliance-premium-v0.7.3...transformation-gcp-compliance-premium-v0.7.4) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* Update dbt dependencies ([#889](#889)) ([555cd25](555cd25))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
🤖 I have created a release *beep* *boop*
---


## [1.1.3](transformation-aws-cost-v1.1.2...transformation-aws-cost-v1.1.3) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* **deps:** Update dependency dbt-postgres to v1.8.1 ([#880](#880)) ([33c889a](33c889a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
🤖 I have created a release *beep* *boop*
---


## [2.0.5](transformation-aws-encryption-v2.0.4...transformation-aws-encryption-v2.0.5) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* **deps:** Update dependency dbt-postgres to v1.8.1 ([#880](#880)) ([33c889a](33c889a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
🤖 I have created a release *beep* *boop*
---


## [2.1.4](transformation-aws-data-resilience-v2.1.3...transformation-aws-data-resilience-v2.1.4) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* **deps:** Update dependency dbt-postgres to v1.8.1 ([#880](#880)) ([33c889a](33c889a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
…#897)

🤖 I have created a release *beep* *boop*
---


## [1.2.2](transformation-azure-asset-inventory-free-v1.2.1...transformation-azure-asset-inventory-free-v1.2.2) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* **deps:** Update dependency dbt-postgres to v1.8.1 ([#880](#880)) ([33c889a](33c889a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
…898)

🤖 I have created a release *beep* *boop*
---


## [1.2.2](transformation-gcp-asset-inventory-free-v1.2.1...transformation-gcp-asset-inventory-free-v1.2.2) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* **deps:** Update dependency dbt-postgres to v1.8.1 ([#880](#880)) ([33c889a](33c889a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
🤖 I have created a release *beep* *boop*
---


## [0.6.3](transformation-k8s-compliance-premium-v0.6.2...transformation-k8s-compliance-premium-v0.6.3) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))
* **deps:** Update dependency dbt-postgres to v1.8.1 ([#880](#880)) ([33c889a](33c889a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
🤖 I have created a release *beep* *boop*
---


## [2.1.1](visualization-aws-compliance-v2.1.0...visualization-aws-compliance-v2.1.1) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
🤖 I have created a release *beep* *boop*
---


## [2.1.1](visualization-aws-data-resilience-v2.1.0...visualization-aws-data-resilience-v2.1.1) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jun 5, 2024
🤖 I have created a release *beep* *boop*
---


## [2.1.1](visualization-aws-asset-inventory-v2.1.0...visualization-aws-asset-inventory-v2.1.1) (2024-06-05)


### Bug Fixes

* **deps:** Update dependency dbt-athena-community to v1.8.2 ([#878](#878)) ([71c1941](71c1941))
* **deps:** Update dependency dbt-bigquery to v1.8.1 ([#879](#879)) ([5a34a03](5a34a03))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge once required checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants