Skip to content

Commit

Permalink
Update adapter-creation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amychen1776 authored Jul 29, 2024
1 parent 5860174 commit 4eaf76d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions website/docs/guides/adapter-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1292,10 +1292,7 @@ Proceed to the "Document a new adapter" step for more information.

### Release Cadence

Keeping an adapter up-to-date with the latest features of dbt Core, as defined in [dbt-adapters](https://github.com/dbt-labs/dbt-adapters), is an integral part of being a trusted adapter. Therefore, we ask that adapter maintainers:

- Release of new minor versions of the adapter with all tests passing within four weeks of dbt Core's release cut.
- Release of new major versions of the adapter with all tests passing within eight weeks of dbt Core's release cut.
Keeping an adapter up-to-date with the latest features of dbt, as defined in [dbt-adapters](https://github.com/dbt-labs/dbt-adapters), is an integral part of being a trusted adapter. Therefore, we ask that the adapter maintainer keep track of new dbt-adapter releases and support new features as they pertain to their platform to provide the best version of dbt to their users. Prior to dbt Core v1.8, adapter versions needed to align to the semantic versioning of dbt Core. Post 1.8, this is no longer the case, and users can use a 1.8+ adapter on a different version of the 1.8+ core. For example, a user could use dbt-core 1.9 with dbt-postgres 1.8.

### Community Responsiveness

Expand Down Expand Up @@ -1346,4 +1343,4 @@ The approval workflow is as follows:

Ask your question in #adapter-ecosystem channel of the dbt community Slack.

</div>
</div>

0 comments on commit 4eaf76d

Please sign in to comment.