developer-rpai opened a new pull request, #73199: URL: https://github.com/apache/airflow/pull/73199
Closes #73163. The `google.auth.default()` notice in `_CredentialProvider._get_credentials_using_adc` was emitted at INFO level on every credential resolution. For users on ADC-based setups like Cloud Composer, where ADC is the expected auth method, this spammed the logs on every connection lookup (e.g. each `hook.run()` in a loop). This change demotes the message to DEBUG, matching the other credential resolution paths in the same class (`key_path`, `keyfile_dict`, `key_secret_name` all log at DEBUG). The message remains available for auth troubleshooting at DEBUG level. Test update: `test_get_credentials_and_project_id_with_default_auth` now captures at DEBUG level to match. -- 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]
