Bump azure-mgmt-datafactory to 10.0 and fix compat#69901
Open
amoghrajesh wants to merge 1 commit into
Open
Conversation
Member
|
There's already a #69800 fixing the same issue. That one also handles the |
jason810496
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Was generative AI tooling used to co-author this PR?
Noticed this failure in CI:
Caused due to
The 10.0.0 release regenerated the SDK's operations classes and dropped the positional
if_match/if_none_matchparameters oncreate_or_update/getin favor of a keyword-onlyetagparameter (the standard azure-core conditional-request pattern, whereetagmaps toIf-Matchon writes andIf-None-Matchon reads).Instead of band-aiding it, a better way would be to bump to 10.0+ lower bound cos current lower bound is ~5years old

User implications / backcompat
None for Airflow users - the hook's public API (
if_match/if_none_matchparameter names onupdate_factory,get_linked_service,get_dataflow,update_dataflow,create_dataflow,update_trigger) is unchanged. Only the internal SDK call shape and the minimum installed SDK version changed.{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.