Skip to content

Commit

Permalink
Update dbt-adapter to dbt-adapters (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Jun 7, 2024
1 parent a2292c8 commit 8ff6943
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .changes/1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-adapter 1.0.0 - April 01, 2024
## dbt-adapters 1.0.0 - April 01, 2024

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion .changes/1.1.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-adapter 1.1.0 - May 01, 2024
## dbt-adapters 1.1.0 - May 01, 2024

### Features

Expand Down
2 changes: 1 addition & 1 deletion .changes/1.1.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-adapter 1.1.1 - May 07, 2024
## dbt-adapters 1.1.1 - May 07, 2024

### Features

Expand Down
2 changes: 1 addition & 1 deletion .changes/1.2.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-adapter 1.2.1 - May 21, 2024
## dbt-adapters 1.2.1 - May 21, 2024

### Features

Expand Down
2 changes: 1 addition & 1 deletion .changes/1.8.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-adapter 1.8.0 - May 09, 2024
## dbt-adapters 1.8.0 - May 09, 2024

### Features

Expand Down
2 changes: 1 addition & 1 deletion .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -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] <title>"
labels: ["bug", "triage"]
body:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ contact_links:
url: mailto:[email protected]
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
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/regression-report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8ff6943

Please sign in to comment.