NikitasB commented on issue #31873:
URL: https://github.com/apache/airflow/issues/31873#issuecomment-1593146828
Hi @phanikumv , thank you for your comment.
I tried to implement the use of masking the secret on DAG level, but that
still doesn't work:
```
@task
def hide_git_token():
from airflow.utils.log.secrets_masker import mask_secret
mask_secret('{{ var.json.faros_api_key.faros_git_token }}')
```
--
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]