josh-fell commented on code in PR #23873:
URL: https://github.com/apache/airflow/pull/23873#discussion_r883240535


##########
airflow/providers/google/cloud/utils/credentials_provider.py:
##########
@@ -201,7 +201,7 @@ def __init__(
         key_options = [key_path, key_secret_name, keyfile_dict]
         if len([x for x in key_options if x]) > 1:
             raise AirflowException(
-                "The `keyfile_dict`, `key_path`, and `key_secret_name` fields"
+                "The `keyfile_dict`, `key_path`, and `key_secret_name` fields "
                 "are all mutually exclusive. Please provide only one value."

Review Comment:
   It was part of fixing some concatenation in the `test_base_google.py` file. 
Had to fix the code since the test would fail. The robots aren't that 
smart...yet 🙃 



-- 
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]

Reply via email to