Split SDK and serialized asset classes#58993
Merged
uranusjr merged 7 commits intoapache:mainfrom Dec 17, 2025
Merged
Conversation
86783ba to
ffbc597
Compare
uranusjr
commented
Dec 8, 2025
1f8b27f to
d6a2e34
Compare
00ca7f1 to
3582606
Compare
1 task
20 tasks
I also took the oppertunity to improve asset timetable tests quite a bit.
This needs to eventually be migrated to SDK too. I don't know how yet...
3582606 to
e7d757e
Compare
potiuk
reviewed
Dec 16, 2025
potiuk
reviewed
Dec 16, 2025
potiuk
approved these changes
Dec 16, 2025
Member
potiuk
left a comment
There was a problem hiding this comment.
Looks good conceptually. Similar to what we've done in the past AIP-44 implementation, I am ok with merging it, just have two small questions mostly for educational purpose.
FoxHelms
pushed a commit
to FoxHelms/airflow
that referenced
this pull request
Dec 17, 2025
Lohith625
pushed a commit
to Lohith625/airflow
that referenced
this pull request
Dec 19, 2025
1 task
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.
Next for #52141.
All asset-related classes now have a counterpart in
airflow.serializatio.definitions.assetsprefixed with Serialized. Many tweaks in Core to use those types instead.While working on this, I realised the partition work also currently breaks the SDK-Core boundary. (Specifically PartitionMapper.) We need to figure out a way to do this correctly… cc @Lee-W @dstandish