amoghrajesh commented on code in PR #57467: URL: https://github.com/apache/airflow/pull/57467#discussion_r2485429275
########## 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: It's best to move it since its only handled in exceptional cases. @sunank200 can we move the import there? -- 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]
