Skip to content

Commit

Permalink
[Automated] Merged prep-release/prod/1.3.3_9863448870 into target mai…
Browse files Browse the repository at this point in the history
…n during release process
  • Loading branch information
FishtownBuildBot authored Jul 9, 2024
2 parents 7e9731c + 78b2b4c commit 18b41aa
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
9 changes: 9 additions & 0 deletions .changes/1.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## dbt-adapters 1.3.3 - July 09, 2024

### Fixes

* Fix scenario where using the `--empty` flag causes metadata queries to contain limit clauses

### Under the Hood

* --limit flag no longer subshells the query. This resolves the dbt Cloud experience issue where limit prevents ordering elements..
6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240702-161935.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Under the Hood-20240624-231955.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ and is generated by [Changie](https://github.com/miniscruff/changie).

* Update Clone test to reflect core change removing `deferred` attribute from nodes

## dbt-adapters 1.3.3 - July 09, 2024

### Fixes

* Fix scenario where using the `--empty` flag causes metadata queries to contain limit clauses

### Under the Hood

* --limit flag no longer subshells the query. This resolves the dbt Cloud experience issue where limit prevents ordering elements..

## dbt-adapters 1.3.2 - July 02, 2024

### Under the Hood
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.3.2"
version = "1.3.3"

0 comments on commit 18b41aa

Please sign in to comment.