jscheffl opened a new pull request, #38432:
URL: https://github.com/apache/airflow/pull/38432
This PR is a proposal to fix/resolve the request for feature as described in
#37810 as a thin approach.
Idea for this solution:
- Allow using task result as dynamic `extra`
- If dataset defined `extra_from_return=True` use task result as extra
- Pass the dict of `extra` to the data triggered DAG as
configuration/parameter
- If multiple events trigger a DAG, `extra` dictionaries are merged
Open items:
- Is this a noteworthy change? Then add a newsfragment
This PR super-seeds PR #37888
closes: #37810
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]