dstandish commented on code in PR #31820:
URL: https://github.com/apache/airflow/pull/31820#discussion_r1224777685
##########
airflow/config_templates/config.yml:
##########
@@ -662,6 +663,7 @@ logging:
log files will be deleted after they are uploaded to remote location.
version_added: 2.6.0
type: string
+ sensitive: true
Review Comment:
it's essentially same as backend_kwargs for secrets. should people pass
sensitive info there? probably not. could they, since it's an arbitrary custom
backend -- sure. same applies here i think. i'm not sure any of our built-in
task handlers could be / would be used in this way, but i would have said same
about backend.
--
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]