-
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.
- Loading branch information
Showing
65 changed files
with
1,946 additions
and
1,551 deletions.
There are no files selected for viewing
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 @@ | ||
## dbt-adapters 1.10.3 - October 29, 2024 |
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 @@ | ||
## dbt-adapters 1.10.4 - November 11, 2024 |
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-adapters 1.11.0 - November 11, 2024 | ||
|
||
### Features | ||
|
||
- Use a behavior flag to gate microbatch functionality (instead of an environment variable) ([#327](https://github.com/dbt-labs/dbt-adapters/issues/327)) | ||
|
||
### Under the Hood | ||
|
||
- Add `query_id` to SQLQueryStatus ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342)) | ||
|
||
### Contributors | ||
- [@cmcarthur](https://github.com/cmcarthur) ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342)) |
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,16 @@ | ||
## dbt-adapters 1.7.2 - October 21, 2024 | ||
|
||
### Breaking Changes | ||
|
||
- Drop support for Python 3.8 ([#332](https://github.com/dbt-labs/dbt-adapters/issues/332)) | ||
|
||
### Features | ||
|
||
- Allows unique_key for snapshots to take a list ([#181](https://github.com/dbt-labs/dbt-adapters/issues/181)) | ||
|
||
### Fixes | ||
|
||
- Always validate an incremental model's `incremental_strategy` ([#330](https://github.com/dbt-labs/dbt-adapters/issues/330)) | ||
|
||
### Contributors | ||
- [@agpapa](https://github.com/agpapa) ([#181](https://github.com/dbt-labs/dbt-adapters/issues/181)) |
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,9 @@ | ||
## dbt-adapters 1.8.0 - October 29, 2024 | ||
|
||
### Fixes | ||
|
||
- Always make behavior flags available for evaluation ([#338](https://github.com/dbt-labs/dbt-adapters/issues/338)) | ||
|
||
### Under the Hood | ||
|
||
- Add adapter telemetry. ([#301](https://github.com/dbt-labs/dbt-adapters/issues/301)) |
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 @@ | ||
## dbt-adapters 1.9.0 - November 13, 2024 | ||
|
||
### Fixes | ||
|
||
- Negate the check for microbatch behavior flag in determining builtins ([#349](https://github.com/dbt-labs/dbt-adapters/issues/349)) | ||
- Move require_batched_execution_for_custom_microbatch_strategy flag to global ([#351](https://github.com/dbt-labs/dbt-adapters/issues/351)) |
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: Add new hard_deletes="new_record" mode for snapshots. | ||
time: 2024-11-04T12:06:53.225939-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "317" |
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 new Capability for MicrobatchConcurrency support | ||
time: 2024-11-20T11:28:06.258507-05:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "359" |
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
name: "Changelog entry check" | ||
|
||
# this cannot be tested via workflow_dispatch | ||
# dorny/paths-filter inspects the current trigger to determine how to compare branches | ||
on: | ||
workflow_call: | ||
inputs: | ||
package: | ||
description: "Choose the package to test" | ||
type: string | ||
default: "dbt-adapters" | ||
pull-request: | ||
description: "The PR number" | ||
type: string | ||
required: true | ||
|
||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
jobs: | ||
package: | ||
uses: ./.github/workflows/_package-directory.yml | ||
with: | ||
package: ${{ inputs.package }} | ||
|
||
changelog-check: | ||
needs: package | ||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') }} | ||
outputs: | ||
exists: ${{ steps.changelog.outputs.exists }} | ||
runs-on: ${{ vars.DEFAULT_RUNNER }} | ||
steps: | ||
- id: changelog | ||
uses: dorny/paths-filter@v3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
filters: | | ||
exists: | ||
- added|modified: '${{ needs.package.outputs.directory }}.changes/unreleased/**.yaml' | ||
comment: | ||
needs: changelog-check | ||
if: needs.changelog-check.outputs.exists == false | ||
runs-on: ${{ vars.DEFAULT_RUNNER }} | ||
env: | ||
AUTHOR: "github-actions[bot]" | ||
COMMENT: >- | ||
Thank you for your pull request! We could not find a changelog entry for this change in the ${{ inputs.package }} package. | ||
For details on how to document a change, see the [Contributing Guide](https://github.com/dbt-labs/dbt-adapters/blob/main/CONTRIBUTING.md). | ||
steps: | ||
- id: comment | ||
uses: peter-evans/find-comment@v3 | ||
with: | ||
issue-number: ${{ inputs.pull-request }} | ||
comment-author: ${{ env.AUTHOR }} | ||
body-includes: ${{ env.COMMENT }} | ||
- if: steps.comment.outputs.comment-body == '' | ||
run: gh issue comment ${{ inputs.pull-request }} --repo ${{ github.repository }} --body "${{ env.COMMENT }}" | ||
shell: bash | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- uses: actions/github-script@v7 | ||
with: | ||
script: core.setFailed('Changelog entry required to merge.') |
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,39 @@ | ||
name: "Code quality" | ||
|
||
on: | ||
workflow_call: | ||
inputs: | ||
branch: | ||
description: "Choose the branch to check" | ||
type: string | ||
default: "main" | ||
repository: | ||
description: "Choose the repository to check, when using a fork" | ||
type: string | ||
default: "dbt-labs/dbt-adapters" | ||
workflow_dispatch: | ||
inputs: | ||
branch: | ||
description: "Choose the branch to check" | ||
type: string | ||
default: "main" | ||
repository: | ||
description: "Choose the repository to check, when using a fork" | ||
type: string | ||
default: "dbt-labs/dbt-adapters" | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
code-quality: | ||
runs-on: ${{ vars.DEFAULT_RUNNER }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
repository: ${{ inputs.repository }} | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: ${{ vars.DEFAULT_PYTHON_VERSION }} | ||
- uses: pre-commit/[email protected] |
Oops, something went wrong.