Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [dbt-bigquery](https://redirect.github.com/dbt-labs/dbt-bigquery) | patch | `==1.9.0` -> `==1.9.1` |

---

### Release Notes

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

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

[Compare Source](https://redirect.github.com/dbt-labs/dbt-bigquery/compare/v1.9.0...v1.9.1)

##### dbt-bigquery 1.9.1 - January 10, 2025

##### Features

-   Allow copy_partitions in microbatch ([#&#8203;1414](https://redirect.github.com/dbt-labs/dbt-bigquery/issues/1414))

##### Fixes

-   Fix issue where dbt-bigquery was not retrying in certain retryable scenarios, e.g. 503's ([#&#8203;682](https://redirect.github.com/dbt-labs/dbt-bigquery/issues/682))
-   Fix retry scenarios so that dbt always retries when BigQuery recommends a retry ([#&#8203;263](https://redirect.github.com/dbt-labs/dbt-bigquery/issues/263))

##### Contributors

-   [@&#8203;borjavb](https://redirect.github.com/borjavb) ([#&#8203;1414](https://redirect.github.com/dbt-labs/dbt-bigquery/issues/1414))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 1 * *" (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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM5LjE2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Feb 19, 2025
1 parent 33fdc23 commit d9e5378
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion transformations/aws/asset-inventory-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.4
dbt-bigquery==1.9.0
dbt-bigquery==1.9.1
dbt-clickhouse==1.8.7
dbt-core==1.8.9
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.4
dbt-bigquery==1.9.0
dbt-bigquery==1.9.1
dbt-athena-community==1.8.4
dbt-core==1.8.9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.4
dbt-bigquery==1.9.0
dbt-bigquery==1.9.1
dbt-core==1.8.9
2 changes: 1 addition & 1 deletion transformations/azure/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.4
dbt-bigquery==1.9.0
dbt-bigquery==1.9.1
dbt-core==1.8.9
2 changes: 1 addition & 1 deletion transformations/gcp/asset-inventory-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.4
dbt-bigquery==1.9.0
dbt-bigquery==1.9.1
dbt-core==1.8.9
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.4
dbt-bigquery==1.9.0
dbt-bigquery==1.9.1
dbt-core==1.8.9

0 comments on commit d9e5378

Please sign in to comment.