Skip to content

Commit

Permalink
Merge branch 'main' into render-foreign-constraint-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk authored Jul 15, 2024
2 parents 7ae4b00 + 782a32b commit 5c90d25
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 15 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..
1 change: 1 addition & 0 deletions .changes/1.9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## dbt-adapters 1.9.2 - July 09, 2024
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.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-adapters 1.9.2 - July 09, 2024

## dbt-adapters 1.9.1 - June 20, 2024

## dbt-adapters 1.9.0 - June 18, 2024
Expand All @@ -19,6 +21,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-tests-adapter/dbt/tests/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.9.1"
version = "1.9.2"
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 5c90d25

Please sign in to comment.