Skip to content

Commit

Permalink
fix(deps): Update dependency dbt-bigquery to v1.7.3 (#555)
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.7.2` -> `==1.7.3` |

---

### Release Notes

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

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

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

##### dbt-bigquery 1.7.3 - January 22, 2024

##### Features

-   Add support for checking table-last-modified by metadata ([#&#8203;938](https://togithub.com/dbt-labs/dbt-bigquery/issues/938))
-   Support limiting get_catalog by object name ([#&#8203;950](https://togithub.com/dbt-labs/dbt-bigquery/issues/950))

##### Fixes

-   replace deterministic batch_id with uuid ([#&#8203;1006](https://togithub.com/dbt-labs/dbt-bigquery/issues/1006))
-   remove json patch to leverage bigquery-python improvement ([#&#8203;1055](https://togithub.com/dbt-labs/dbt-bigquery/issues/1055))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Feb 1, 2024
1 parent fc8fdeb commit e1ef22b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion transformations/aws/compliance-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-bigquery==1.7.2
dbt-bigquery==1.7.3
dbt-snowflake==1.7.1
2 changes: 1 addition & 1 deletion transformations/aws/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-bigquery==1.7.2
dbt-bigquery==1.7.3
dbt-snowflake==1.7.1
2 changes: 1 addition & 1 deletion transformations/azure/compliance-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-snowflake==1.7.1
dbt-bigquery==1.7.2
dbt-bigquery==1.7.3
2 changes: 1 addition & 1 deletion transformations/azure/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-snowflake==1.7.1
dbt-bigquery==1.7.2
dbt-bigquery==1.7.3
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-bigquery==1.7.2
dbt-bigquery==1.7.3
dbt-snowflake==1.7.1
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.4
dbt-bigquery==1.7.2
dbt-bigquery==1.7.3
dbt-snowflake==1.7.1

0 comments on commit e1ef22b

Please sign in to comment.