ashb commented on code in PR #54449: URL: https://github.com/apache/airflow/pull/54449#discussion_r2284571386
########## 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: I wonder if this should be a case where we try to mask in both maskers too? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org