mobuchowski commented on code in PR #48421:
URL: https://github.com/apache/airflow/pull/48421#discussion_r2015956999
##########
task-sdk/src/airflow/sdk/definitions/baseoperator.py:
##########
@@ -901,9 +901,6 @@ def say_hello_world(**context):
"executor",
}
- # Defines if the operator supports lineage without manual definitions
- supports_lineage: bool = False
Review Comment:
There is single operator (`PapermillOperator`) that implements this. Right
time to remove this from it would be when Airflow 2 gets out of provider scope,
right?
--
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]