Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimum dbt-adapters requirement to 1.9.0 #10997

Closed
wants to merge 1 commit into from

Conversation

QMalcolm
Copy link
Contributor

Resolves #10996

Problem

In dbt-core we've made a switch from an environment variable for gating microbatch functionality to a project flag (#10799). In dbt-adapters we've done likewise (dbt-labs/dbt-adapters#323). For everything to work properly, we need depend on those changes in dbt-adapters, which will go out in 1.12.0

Solution

bump dbt-core's requirement spec for dbt-adapters to have a minimum of 1.12.0

Checklist

  • I have read the contributing guide 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 or 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.
  • This PR includes type annotations for new and modified functions.

This is needed for dbt-core + dbt-adapters to work properly in regards to
the microbatch project_flag/behavior flag `require_batched_execution_for_custom_microbatch_strategy`
@QMalcolm QMalcolm requested a review from a team as a code owner November 13, 2024 17:23
@cla-bot cla-bot bot added the cla:yes label Nov 13, 2024
@QMalcolm
Copy link
Contributor Author

Tests won't pass until we do the dbt-adapters release

@QMalcolm QMalcolm changed the title Bump minimum dbt-adapters requirement to 1.12.0 Bump minimum dbt-adapters requirement to 1.9.0 Nov 13, 2024
@QMalcolm QMalcolm closed this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump minimum dbt-adapters version to 1.9.0
1 participant