amoghrajesh commented on code in PR #54449: URL: https://github.com/apache/airflow/pull/54449#discussion_r2292812372
########## airflow-core/src/airflow/config_templates/airflow_local_settings.py: ########## @@ -71,22 +71,22 @@ }, }, "filters": { - "mask_secrets": { - "()": "airflow.sdk.execution_time.secrets_masker.SecretsMasker", + "mask_secrets_core": { + "()": "airflow._shared.secrets_masker.secrets_masker._secrets_masker", Review Comment: It could be beneficial for users who copy the airflow_local_settings to lets say configmaps etc -- 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