yoeo commented on code in PR #51229: URL: https://github.com/apache/airflow/pull/51229#discussion_r2115061856
########## task-sdk/src/airflow/sdk/definitions/asset/decorators.py: ########## @@ -23,6 +23,7 @@ import attrs from airflow.providers.standard.operators.python import PythonOperator +from airflow.sdk.bases.decorator import _TaskDecorator Review Comment: I can remove this import if there is a better way to check if a function is a task decorator. And I can also move it from top level to local import if there is might can cause performance issues... -- 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]
