amoghrajesh commented on code in PR #54449:
URL: https://github.com/apache/airflow/pull/54449#discussion_r2292811229
##########
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:
> Any concerns about back compat?
I do not think it should be, because we are updating the name of the mask
now, although maybe adding a backcompat shim for the old path would be good?
--
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]