amoghrajesh commented on code in PR #48060:
URL: https://github.com/apache/airflow/pull/48060#discussion_r2007809904
##########
task-sdk/src/airflow/sdk/definitions/baseoperator.py:
##########
@@ -899,6 +899,11 @@ def say_hello_world(**context):
# Defines if the operator supports lineage without manual definitions
supports_lineage: bool = False
+ # If True, the Rendered Template fields will be overwritten in DB after
execution
+ # This is useful for Taskflow decorators that modify the template fields
during execution like
+ # @task.bash decorator.
+ overwrite_rtif_after_execution: bool = False
Review Comment:
Good, this will allow it to be extended instead of making changes to
individual ones
--
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]