-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
AIP-31Task Flow API for nicer DAG definitionTask Flow API for nicer DAG definitionkind:featureFeature RequestsFeature Requests
Description
Description
As a DAG Author, I want to set a templated_field as XComArg and for it to get resolved into the XCom object at execution time.
Proposed implementation
- Add a new check in
BaseOperator.render_templatethat checks if the content isXComArgand applies thegetmethod to replace the content. Code location.
Use case / motivation
- Set explicit XCom values in
templated_fieldsinstead of using string templates.
Related Issues
Blocked by: #8052
Metadata
Metadata
Assignees
Labels
AIP-31Task Flow API for nicer DAG definitionTask Flow API for nicer DAG definitionkind:featureFeature RequestsFeature Requests