varaprasadregani commented on code in PR #58515:
URL: https://github.com/apache/airflow/pull/58515#discussion_r2555508007
##########
airflow-core/docs/security/secrets/mask-sensitive-values.rst:
##########
@@ -58,7 +92,7 @@ your Dag file or operator's ``execute`` function using the
``mask_secret`` funct
@task
def my_func():
- from airflow.sdk.log import mask_secret
+ from airflow.sdk.execution_time.secrets_masker import mask_secret
Review Comment:
done
--
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]