amoghrajesh commented on code in PR #54449:
URL: https://github.com/apache/airflow/pull/54449#discussion_r2284616155


##########
airflow-core/src/airflow/configuration.py:
##########
@@ -860,7 +860,7 @@ def _create_future_warning(name: str, section: str, 
current_value: Any, new_valu
         )
 
     def mask_secrets(self):
-        from airflow.sdk.execution_time.secrets_masker import mask_secret
+        from airflow._shared.secrets_masker.secrets_masker import mask_secret

Review Comment:
   Right yeah, this is in the config, it would not due any harm to do that.



-- 
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]

Reply via email to