Skip to content

Commit

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

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

---

### Release Notes

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

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

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

##### dbt-snowflake 1.8.4 - October 17, 2024

##### Fixes

-   Fix scenario where using the `--empty` flag causes metadata queries to contain limit clauses ([#&#8203;1033](https://togithub.com/dbt-labs/dbt-snowflake/issues/1033))

</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 c69edcc commit af49721
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-snowflake==1.8.4
dbt-bigquery==1.8.3
dbt-clickhouse==1.8.4
dbt-core==1.8.8
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-snowflake==1.8.4
dbt-bigquery==1.8.3
dbt-athena-community==1.8.4
dbt-core==1.8.8
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-snowflake==1.8.4
dbt-bigquery==1.8.3
dbt-core==1.8.8
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-snowflake==1.8.4
dbt-bigquery==1.8.3
dbt-core==1.8.8
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-snowflake==1.8.4
dbt-bigquery==1.8.3
dbt-core==1.8.8
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-snowflake==1.8.4
dbt-bigquery==1.8.3
dbt-core==1.8.8

0 comments on commit af49721

Please sign in to comment.