kaxil commented on code in PR #57467: URL: https://github.com/apache/airflow/pull/57467#discussion_r2479474058
########## task-sdk/src/airflow/sdk/definitions/_internal/abstractoperator.py: ########## @@ -32,6 +32,7 @@ from airflow.configuration import conf from airflow.sdk import TriggerRule, WeightRule +from airflow.sdk._shared.secrets_masker import redact Review Comment: iirc something about redact was a heavy import! This is probably an instance of moving the import under `except Exception:` on L308 -- 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]
