amoghrajesh commented on code in PR #46375: URL: https://github.com/apache/airflow/pull/46375#discussion_r1942315254
########## newsfragments/46375.significant.rst: ########## @@ -0,0 +1,14 @@ +``SecretsMasker`` has now been moved into the task SDK to be consumed by DAG authors and users + +Any occurrences of the ``secrets_masker`` module will have to be updated from ``airflow.utils.log.secrets_masker`` to the new path: ``airflow.sdk.execution_time.secrets_masker`` + +* Types of change + + * [ ] Dag changes + * [ ] Config changes + * [ ] API changes + * [ ] CLI changes + * [x] Behaviour changes + * [ ] Plugin changes + * [ ] Dependency changes + * [ ] Code interface changes Review Comment: Thanks Wei, yeah it is a path change ########## newsfragments/46375.significant.rst: ########## @@ -0,0 +1,14 @@ +``SecretsMasker`` has now been moved into the task SDK to be consumed by DAG authors and users + +Any occurrences of the ``secrets_masker`` module will have to be updated from ``airflow.utils.log.secrets_masker`` to the new path: ``airflow.sdk.execution_time.secrets_masker`` + +* Types of change + + * [ ] Dag changes + * [ ] Config changes + * [ ] API changes + * [ ] CLI changes + * [x] Behaviour changes + * [ ] Plugin changes + * [ ] Dependency changes + * [ ] Code interface changes Review Comment: Just pushed a fix for it -- 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]
