ashb commented on code in PR #48239:
URL: https://github.com/apache/airflow/pull/48239#discussion_r2012243985
##########
airflow-core/src/airflow/hooks/base.py:
##########
@@ -62,7 +62,7 @@
from airflow.models.connection import Connection
conn = Connection.get_connection_from_secrets(conn_id)
- log.info("Retrieving connection '%s'", conn.conn_id)
+ log.info("Connection Retrieved '%s'", conn.conn_id)
Review Comment:
Dear CodeQL: you are full of it. conn_id is not sensitive.
--
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]