From 8ff69435a753f0a94dd1274d0e8dad199805cd13 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:50:44 -0600 Subject: [PATCH] Update `dbt-adapter` to `dbt-adapters` (#235) --- .changes/1.0.0.md | 2 +- .changes/1.1.0.md | 2 +- .changes/1.1.1.md | 2 +- .changes/1.2.1.md | 2 +- .changes/1.8.0.md | 2 +- .changie.yaml | 2 +- .github/ISSUE_TEMPLATE/bug-report.yml | 6 +++--- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.yml | 10 +++++----- .github/ISSUE_TEMPLATE/regression-report.yml | 10 +++++----- .github/pull_request_template.md | 2 +- .github/workflows/release.yml | 2 +- CHANGELOG.md | 10 +++++----- CONTRIBUTING.md | 2 +- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.changes/1.0.0.md b/.changes/1.0.0.md index b6cc44a9..d381d635 100644 --- a/.changes/1.0.0.md +++ b/.changes/1.0.0.md @@ -1,4 +1,4 @@ -## dbt-adapter 1.0.0 - April 01, 2024 +## dbt-adapters 1.0.0 - April 01, 2024 ### Fixes diff --git a/.changes/1.1.0.md b/.changes/1.1.0.md index c43ef9aa..9e7db78e 100644 --- a/.changes/1.1.0.md +++ b/.changes/1.1.0.md @@ -1,4 +1,4 @@ -## dbt-adapter 1.1.0 - May 01, 2024 +## dbt-adapters 1.1.0 - May 01, 2024 ### Features diff --git a/.changes/1.1.1.md b/.changes/1.1.1.md index 0a28c3ad..a1c38c88 100644 --- a/.changes/1.1.1.md +++ b/.changes/1.1.1.md @@ -1,4 +1,4 @@ -## dbt-adapter 1.1.1 - May 07, 2024 +## dbt-adapters 1.1.1 - May 07, 2024 ### Features diff --git a/.changes/1.2.1.md b/.changes/1.2.1.md index f838b769..2aac5674 100644 --- a/.changes/1.2.1.md +++ b/.changes/1.2.1.md @@ -1,4 +1,4 @@ -## dbt-adapter 1.2.1 - May 21, 2024 +## dbt-adapters 1.2.1 - May 21, 2024 ### Features diff --git a/.changes/1.8.0.md b/.changes/1.8.0.md index bbe54825..e781a985 100644 --- a/.changes/1.8.0.md +++ b/.changes/1.8.0.md @@ -1,4 +1,4 @@ -## dbt-adapter 1.8.0 - May 09, 2024 +## dbt-adapters 1.8.0 - May 09, 2024 ### Features diff --git a/.changie.yaml b/.changie.yaml index 9f78b81e..afbafb22 100644 --- a/.changie.yaml +++ b/.changie.yaml @@ -4,7 +4,7 @@ headerPath: header.tpl.md changelogPath: CHANGELOG.md versionExt: md envPrefix: CHANGIE_ -versionFormat: '## dbt-adapter {{.Version}} - {{.Time.Format "January 02, 2006"}}' +versionFormat: '## dbt-adapters {{.Version}} - {{.Time.Format "January 02, 2006"}}' kindFormat: '### {{.Kind}}' changeFormat: '* {{.Body}}' kinds: diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3bd90bf7..27cb521e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: 🐞 Bug -description: Report a bug or an issue you've found with dbt-adapter +description: Report a bug or an issue you've found with dbt-adapters title: "[Bug] " labels: ["bug", "triage"] body: @@ -62,11 +62,11 @@ body: examples: - **OS**: Ubuntu 20.04 - **Python**: 3.11.6 (`python3 --version`) - - **dbt-adapter**: 1.0.0 + - **dbt-adapters**: 1.0.0 value: | - OS: - Python: - - dbt-adapter: + - dbt-adapters: render: markdown validations: required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2e23e0fd..a89889af 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,5 +7,5 @@ contact_links: url: mailto:support@getdbt.com about: Are you using dbt Cloud? Contact our support team for help! - name: Participate in Discussions - url: https://github.com/dbt-labs/dbt-adapter/discussions - about: Do you have a Big Idea for dbt-adapter? Read open discussions, or start a new one + url: https://github.com/dbt-labs/dbt-adapters/discussions + about: Do you have a Big Idea for dbt-adapters? Read open discussions, or start a new one diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 25b28aae..22960c2d 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ name: ✨ Feature -description: Propose a straightforward extension of dbt-adapter functionality +description: Propose a straightforward extension of dbt-adapters functionality title: "[Feature] <title>" labels: ["enhancement", "triage"] body: @@ -14,15 +14,15 @@ body: We want to make sure that features are distinct and discoverable, so that other members of the community can find them and offer their thoughts. - Issues are the right place to request straightforward extensions of existing dbt-adapter functionality. - For "big ideas" about future capabilities of dbt-adapter, we ask that you open a - [discussion](https://github.com/dbt-labs/dbt-adapter/discussions/new?category=ideas) in the "Ideas" category instead. + Issues are the right place to request straightforward extensions of existing dbt-adapters functionality. + For "big ideas" about future capabilities of dbt-adapters, we ask that you open a + [discussion](https://github.com/dbt-labs/dbt-adapters/discussions/new?category=ideas) in the "Ideas" category instead. options: - label: I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) required: true - label: I have searched the existing issues, and I could not find an existing issue for this feature required: true - - label: I am requesting a straightforward extension of existing dbt-adapter functionality, rather than a Big Idea better suited to a discussion + - label: I am requesting a straightforward extension of existing dbt-adapters functionality, rather than a Big Idea better suited to a discussion required: true - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/regression-report.yml b/.github/ISSUE_TEMPLATE/regression-report.yml index 01775507..6831ede2 100644 --- a/.github/ISSUE_TEMPLATE/regression-report.yml +++ b/.github/ISSUE_TEMPLATE/regression-report.yml @@ -1,5 +1,5 @@ name: ☣️ Regression -description: Report a regression you've observed in a newer version of dbt-adapter +description: Report a regression you've observed in a newer version of dbt-adapters title: "[Regression] <title>" labels: ["regression", "triage"] body: @@ -57,13 +57,13 @@ body: examples: - **OS**: Ubuntu 20.04 - **Python**: 3.11.6 (`python3 --version`) - - **dbt-adapter (working version)**: 1.1.0 - - **dbt-adapter (regression version)**: 1.2.0 + - **dbt-adapters (working version)**: 1.1.0 + - **dbt-adapters (regression version)**: 1.2.0 value: | - OS: - Python: - - dbt-adapter (working version): - - dbt-adapter (regression version): + - dbt-adapters (working version): + - dbt-adapters (regression version): render: markdown validations: required: true diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4fc2fcf8..3879b653 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -29,7 +29,7 @@ resolves # ### Checklist -- [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-adapter/blob/main/CONTRIBUTING.md) and understand what's expected of me +- [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-adapters/blob/main/CONTRIBUTING.md) and understand what's expected of me - [ ] I have run this code in development, and it appears to resolve the stated issue - [ ] This PR includes tests, or tests are not required/relevant for this PR - [ ] This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc.) or this PR has already received feedback and approval from Product or DX diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1135adb8..828350dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,7 +151,7 @@ jobs: github-release: name: "GitHub Release" - # ToDo: update GH release to handle adding dbt-tests-adapter and dbt-adapter assets to the same release + # ToDo: update GH release to handle adding dbt-tests-adapter and dbt-adapters assets to the same release if: ${{ !failure() && !cancelled() && inputs.package == 'dbt-adapters' }} needs: [release-inputs, build-and-test, bump-version-generate-changelog] uses: dbt-labs/dbt-adapters/.github/workflows/github-release.yml@main diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa477cf..43c3937e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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-adapter 1.8.0 - May 09, 2024 +## dbt-adapters 1.8.0 - May 09, 2024 ### Features @@ -15,7 +15,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * Update Clone test to reflect core change removing `deferred` attribute from nodes -## dbt-adapter 1.2.1 - May 21, 2024 +## dbt-adapters 1.2.1 - May 21, 2024 ### Features @@ -26,13 +26,13 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * Add query recording for adapters which use SQLConnectionManager * Improve memory efficiency of process_results() -## dbt-adapter 1.1.1 - May 07, 2024 +## dbt-adapters 1.1.1 - May 07, 2024 ### Features * Enable serialization contexts -## dbt-adapter 1.1.0 - May 01, 2024 +## dbt-adapters 1.1.0 - May 01, 2024 ### Features @@ -62,7 +62,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * add support for py3.12 -## dbt-adapter 1.0.0 - April 01, 2024 +## dbt-adapters 1.0.0 - April 01, 2024 ### Fixes diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c87ea23d..28f13f6c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,7 +163,7 @@ Remember to commit and push the file that's created. ### Signing the CLA -> **_NOTE:_** All contributors to `dbt-adapter` must sign the +> **_NOTE:_** All contributors to `dbt-adapters` must sign the > [Contributor License Agreement](https://docs.getdbt.com/docs/contributor-license-agreements)(CLA). Maintainers will be unable to merge contributions until the contributor signs the CLA.