-
Notifications
You must be signed in to change notification settings - Fork 40
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 dbeatty/contributing-136
- Loading branch information
Showing
64 changed files
with
522 additions
and
319 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 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## dbt-adapter 1.0.0 - April 01, 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 | ||
|
||
### Security | ||
|
||
* Pin `black>=24.3` in `pyproject.toml` |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## dbt-adapter 1.1.0-rc1 - April 17, 2024 | ||
|
||
### Features | ||
|
||
* Debug log when `type_code` fails to convert to a `data_type` | ||
* Introduce TableLastModifiedMetadataBatch and implement BaseAdapter.calculate_freshness_from_metadata_batch | ||
* Support for sql fixtures in unit testing | ||
|
||
### Under the Hood | ||
|
||
* Add the option to set the log level of the AdapterRegistered event | ||
* Update dependabot config to cover GHA |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Debug log when `type_code` fails to convert to a `data_type` | ||
time: 2024-03-23T16:02:51.306658-06:00 | ||
custom: | ||
Author: dbeatty10 | ||
Issue: "8912" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Introduce TableLastModifiedMetadataBatch and implement BaseAdapter.calculate_freshness_from_metadata_batch | ||
time: 2024-03-25T18:06:11.816163-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "138" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Support for sql fixtures in unit testing | ||
time: 2024-04-09T08:48:44.441106-04:00 | ||
custom: | ||
Author: gshank | ||
Issue: "148" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: Add the option to set the log level of the AdapterRegistered event | ||
time: 2024-03-29T09:33:07.737464-05:00 | ||
custom: | ||
Author: emmyoop | ||
Issue: "141" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: Update dependabot config to cover GHA | ||
time: 2024-04-10T18:41:09.719652-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "161" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Dependencies | ||
body: add support for py3.12 | ||
time: 2024-04-24T14:01:42.576383-07:00 | ||
custom: | ||
Author: colin-rogers-dbt | ||
Issue: "57" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Cross-database `cast` macro | ||
time: 2024-04-12T19:20:40.904842-06:00 | ||
custom: | ||
Author: MichelleArk dbeatty10 | ||
Issue: "84" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Allow adapters to opt out of aliasing the subquery generated by render_limited | ||
time: 2024-04-18T15:51:23.584295-07:00 | ||
custom: | ||
Author: colin-rogers-dbt | ||
Issue: "124" |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Features | ||
body: subquery alias generated by render_limited now includes the relation name to | ||
mitigate duplicate aliasing | ||
time: 2024-04-18T15:55:31.826729-07:00 | ||
custom: | ||
Author: colin-rogers-dbt | ||
Issue: ' 124' |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Fix adapter-specific cast handling for constraint enforcement | ||
time: 2024-04-11T18:52:03.960202-07:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "166" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: Validate that dbt-core and dbt-adapters remain de-coupled | ||
time: 2024-04-17T19:28:43.400023-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "144" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: remove dbt_version from query comment test fixture | ||
time: 2024-04-23T09:48:43.208035-07:00 | ||
custom: | ||
Author: colin-rogers-dbt | ||
Issue: "184" |
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 |
---|---|---|
@@ -1,8 +1,17 @@ | ||
version: 2 | ||
updates: | ||
# python dependencies | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
rebase-strategy: "disabled" | ||
- package-ecosystem: "pip" | ||
directory: "/dbt-tests-adapter" | ||
schedule: | ||
interval: "daily" | ||
rebase-strategy: "disabled" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
rebase-strategy: "disabled" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,4 +153,4 @@ dmypy.json | |
cython_debug/ | ||
|
||
# PyCharm | ||
.idea/ | ||
.idea/ |
Oops, something went wrong.