sunank200 commented on code in PR #59688:
URL: https://github.com/apache/airflow/pull/59688#discussion_r2638866083
##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/msgraph.py:
##########
@@ -58,6 +58,12 @@
from kiota_abstractions.serialization import ParsableFactory
from airflow.providers.common.compat.sdk import Connection
+ from airflow.sdk._shared.secrets_masker import redact
+else:
+ try:
+ from airflow.sdk._shared.secrets_masker import redact
Review Comment:
I wasn't aware of `airflow.providers.common.compat.sdk`. I can use this.
--
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]