Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [dbt-bigquery](https://togithub.com/dbt-labs/dbt-bigquery) | patch | `==1.8.2` -> `==1.8.3` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/dbt-labs/dbt-bigquery/compare/v1.8.2...v1.8.3)

##### dbt-bigquery 1.8.3 - October 17, 2024

##### Fixes

-   Catch additional database error exception, NotFound, as a DbtDatabaseError instead of defaulting to a DbtRuntimeError ([#&#8203;1360](https://togithub.com/dbt-labs/dbt-bigquery/issues/1360))

</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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Nov 1, 2024
1 parent d1740e4 commit 79e2f64
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.3
dbt-bigquery==1.8.2
dbt-bigquery==1.8.3
dbt-clickhouse==1.8.4
dbt-core==1.8.7
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.3
dbt-bigquery==1.8.2
dbt-bigquery==1.8.3
dbt-athena-community==1.8.4
dbt-core==1.8.7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-postgres==1.8.2
dbt-snowflake==1.8.3
dbt-bigquery==1.8.2
dbt-bigquery==1.8.3
dbt-core==1.8.7
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.3
dbt-bigquery==1.8.2
dbt-bigquery==1.8.3
dbt-core==1.8.7
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.3
dbt-bigquery==1.8.2
dbt-bigquery==1.8.3
dbt-core==1.8.7
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.3
dbt-bigquery==1.8.2
dbt-bigquery==1.8.3
dbt-core==1.8.7

0 comments on commit 79e2f64

Please sign in to comment.