Skip to content

Commit

Permalink
[Automated] Merged prep-release/prod/1.0.0b2_8441941945 into target m…
Browse files Browse the repository at this point in the history
…ain during release process
  • Loading branch information
FishtownBuildBot authored Mar 26, 2024
2 parents 1c137ee + f7b5340 commit 5da2b50
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changes/1.0.0-b2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## dbt-adapter 1.0.0-b2 - March 26, 2024

### Fixes

* Add field wrapper to BaseRelation members that were missing it.
* Add "description" and "meta" fields to RelationConfig protocol

### Under the Hood

* Lazy load agate to improve dbt-core performance
* add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-adapter 1.8.0-a2 - February 28, 2024

## dbt-adapter 1.0.0-b2 - March 26, 2024

### Fixes

* Add field wrapper to BaseRelation members that were missing it.
* Add "description" and "meta" fields to RelationConfig protocol

### Under the Hood

* Lazy load agate to improve dbt-core performance
* add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS

## dbt-adapter 1.0.0-b1 - February 27, 2024

## dbt-adapter 0.1.0-a8 - February 22, 2024
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.0.0b1"
version = "1.0.0b2"

0 comments on commit 5da2b50

Please sign in to comment.