forked from dbt-labs/dbt-adapters
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/AdapterOverrideUnspecifiedValue
- Loading branch information
Showing
27 changed files
with
157 additions
and
167 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,32 @@ | ||
## dbt-adapters 1.0.0 - April 01, 2024 | ||
|
||
### Features | ||
|
||
* Update RelationConfig to capture all fields used by adapters ([#30](https://github.com/dbt-labs/dbt-adapters/issues/30)) | ||
|
||
### Fixes | ||
|
||
* Add field wrapper to BaseRelation members that were missing it. | ||
* Add "description" and "meta" fields to RelationConfig protocol | ||
* Add field wrapper to BaseRelation members that were missing it. ([#108](https://github.com/dbt-labs/dbt-adapters/issues/108)) | ||
* Add "description" and "meta" fields to RelationConfig protocol ([#119](https://github.com/dbt-labs/dbt-adapters/issues/119)) | ||
* Ignore adapter-level support warnings for 'custom' constraints ([#90](https://github.com/dbt-labs/dbt-adapters/issues/90)) | ||
* Make all adapter zone tests importable by removing "Test" prefix ([#93](https://github.com/dbt-labs/dbt-adapters/issues/93)) | ||
|
||
### Docs | ||
|
||
* Configure `changie` ([#16](https://github.com/dbt-labs/dbt-adapters/issues/16)) | ||
* Setup ADR tracking framework ([#11](https://github.com/dbt-labs/dbt-adapters/issues/11)) | ||
* Create issue templates ([#12](https://github.com/dbt-labs/dbt-adapters/issues/12)) | ||
* Create PR template ([#13](https://github.com/dbt-labs/dbt-adapters/issues/13)) | ||
|
||
### Under the Hood | ||
|
||
* Lazy load agate to improve dbt-core performance | ||
* add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS | ||
* Lazy load agate to improve dbt-core performance ([#125](https://github.com/dbt-labs/dbt-adapters/issues/125)) | ||
* add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS ([#131](https://github.com/dbt-labs/dbt-adapters/issues/131)) | ||
* Configure `dependabot` ([#14](https://github.com/dbt-labs/dbt-adapters/issues/14)) | ||
* Implement unit testing in CI ([#22](https://github.com/dbt-labs/dbt-adapters/issues/22)) | ||
* Allow version to be specified in either __version__.py or __about__.py ([#44](https://github.com/dbt-labs/dbt-adapters/issues/44)) | ||
* Remove __init__.py file from dbt.tests ([#96](https://github.com/dbt-labs/dbt-adapters/issues/96)) | ||
|
||
### Security | ||
|
||
* Pin `black>=24.3` in `pyproject.toml` | ||
* Pin `black>=24.3` in `pyproject.toml` ([#140](https://github.com/dbt-labs/dbt-adapters/issues/140)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,7 +131,7 @@ jobs: | |
|
||
- name: "Audit Version And Parse Into Parts" | ||
id: semver | ||
uses: dbt-labs/actions/[email protected].0 | ||
uses: dbt-labs/actions/[email protected].1 | ||
with: | ||
version: ${{ inputs.version_number }} | ||
|
||
|
@@ -288,7 +288,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout ${{ github.repository }} Branch ${{ needs.create-temp-branch.outputs.branch_name }}" | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ needs.create-temp-branch.outputs.branch_name }} | ||
- name: Setup `hatch` | ||
|
@@ -392,7 +392,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout ${{ github.repository }} Branch ${{ needs.create-temp-branch.outputs.branch_name }}" | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ needs.create-temp-branch.outputs.branch_name }} | ||
- name: "Setup `hatch`" | ||
|
@@ -407,7 +407,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout ${{ github.repository }} Branch ${{ needs.create-temp-branch.outputs.branch_name }}" | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ needs.create-temp-branch.outputs.branch_name }} | ||
|
||
|
@@ -467,7 +467,7 @@ jobs: | |
echo needs.audit-changelog.outputs.exists: ${{ needs.audit-changelog.outputs.exists }} | ||
echo needs.audit-version-in-code.outputs.up_to_date: ${{ needs.audit-version-in-code.outputs.up_to_date }} | ||
- name: "Checkout Repo ${{ github.repository }}" | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: "Merge Changes Into ${{ inputs.target_branch }}" | ||
uses: everlytic/[email protected] | ||
|
@@ -524,7 +524,7 @@ jobs: | |
message="The ${{ steps.resolve_branch.outputs.target_branch }} branch will be used for release" | ||
echo "::notice title=${{ env.NOTIFICATION_PREFIX }}: $title::$message" | ||
- name: "Checkout Resolved Branch - ${{ steps.resolve_branch.outputs.target_branch }}" | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ steps.resolve_branch.outputs.target_branch }} | ||
|
||
|
Oops, something went wrong.