Implement triggering_asset_events in task sdk - #48650
Merged
Merged
Conversation
uranusjr
requested review from
XD-DENG,
amoghrajesh,
ashb and
kaxil
as code owners
April 1, 2025 22:18
uranusjr
force-pushed
the
triggering-asset-events-rewrite
branch
from
April 1, 2025 23:04
f209dfb to
46074c1
Compare
uranusjr
requested review from
gopidesupavan,
mobuchowski and
potiuk
as code owners
April 1, 2025 23:04
uranusjr
force-pushed
the
triggering-asset-events-rewrite
branch
2 times, most recently
from
April 1, 2025 23:51
b0a46c2 to
5dd3dc8
Compare
uranusjr
force-pushed
the
triggering-asset-events-rewrite
branch
4 times, most recently
from
April 2, 2025 07:44
cb81dc3 to
fbc824a
Compare
This is done by adding consumed_asset_events to the initial triggering body, and processing the content in the execution context. The value to the key is now implemented as a mapping accessor to support more key types, including AssetRef and AssetAlias.
uranusjr
force-pushed
the
triggering-asset-events-rewrite
branch
from
April 2, 2025 08:12
fbc824a to
b06218e
Compare
Lee-W
approved these changes
Apr 3, 2025
aaron-y-chen
pushed a commit
to aaron-y-chen/airflow
that referenced
this pull request
Apr 4, 2025
This is done by adding consumed_asset_events to the initial triggering body, and processing the content in the execution context. The value to the key is now implemented as a mapping accessor to support more key types, including AssetRef and AssetAlias.
diogotrodrigues
pushed a commit
to diogotrodrigues/airflow
that referenced
this pull request
Apr 6, 2025
This is done by adding consumed_asset_events to the initial triggering body, and processing the content in the execution context. The value to the key is now implemented as a mapping accessor to support more key types, including AssetRef and AssetAlias.
1 task
simonprydden
pushed a commit
to simonprydden/airflow
that referenced
this pull request
Apr 8, 2025
This is done by adding consumed_asset_events to the initial triggering body, and processing the content in the execution context. The value to the key is now implemented as a mapping accessor to support more key types, including AssetRef and AssetAlias.
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.
This is done by adding consumed_asset_events to the initial triggering
body, and processing the content in the execution context.
The value to the key is now implemented as a mapping accessor to support
more key types, including AssetRef and AssetAlias.
Close #47133. Close #47282.