You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Minor version v1.10 was released on June 16, 2024.
If your adapter supports dbt-Core 1.8 or later, it is not a requirement that you ship support for 1.10 as it contains only backwards-compatible changes, predominately new features.
However you will need ship a new minor version if want your users to be able to make use of the new features.
Also note that end users are not likely to appreciate that the minor version of an adapter no longer has to exactly match. So you may get users asking for a new release.
Features
See the below-linked guide for more detail but at a high-level, 1.10 predominately contains:
Iceberg catalog integration support
Sample mode
Deprecation warnings
How to upgrade
dbt-labs/dbt-core#11864 is an open discussion with more detailed information. If you have questions, please put them there!
Background
Minor version
v1.10was released on June 16, 2024.If your adapter supports dbt-Core 1.8 or later, it is not a requirement that you ship support for
1.10as it contains only backwards-compatible changes, predominately new features.However you will need ship a new minor version if want your users to be able to make use of the new features.
Also note that end users are not likely to appreciate that the minor version of an adapter no longer has to exactly match. So you may get users asking for a new release.
Features
See the below-linked guide for more detail but at a high-level,
1.10predominately contains:How to upgrade
dbt-labs/dbt-core#11864 is an open discussion with more detailed information. If you have questions, please put them there!