Move MappedOperator to serialization#59628
Merged
uranusjr merged 1 commit intoapache:mainfrom Dec 26, 2025
Merged
Conversation
84a38ef to
87e80bc
Compare
20 tasks
a5d1614 to
c25b5bd
Compare
1295ffd to
443f85f
Compare
9caf8e5 to
522b309
Compare
kaxil
approved these changes
Dec 24, 2025
Member
kaxil
left a comment
There was a problem hiding this comment.
We should set a backcompat shim too for all the classes moved.
Also renamed to SerializedMappedOperator to distinguish it from SDK. Imports were rewritten. References to the (serialized) Operator alias are also rewritten to use the definition in the same module.
522b309 to
f493466
Compare
Member
Author
|
I added ↑ to #52141. |
amoghrajesh
pushed a commit
to astronomer/airflow
that referenced
this pull request
Dec 29, 2025
Subham-KRLX
pushed a commit
to Subham-KRLX/airflow
that referenced
this pull request
Jan 2, 2026
stegololz
pushed a commit
to stegololz/airflow
that referenced
this pull request
Jan 9, 2026
jhgoebbert
pushed a commit
to jhgoebbert/airflow_Owen-CH-Leung
that referenced
this pull request
Feb 8, 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.
Move Core MappedOperator to
airflow.serialization.definitionsand rename to SerializedMappedOperator. See #52141.