lwyszomi commented on code in PR #27856:
URL: https://github.com/apache/airflow/pull/27856#discussion_r1031137000


##########
airflow/providers/google/cloud/_internal_client/secret_manager_client.py:
##########
@@ -75,7 +75,7 @@ def get_secret(self, secret_id: str, project_id: str, 
secret_version: str = "lat
             value = response.payload.data.decode("UTF-8")
             return value
         except NotFound:
-            self.log.error("Google Cloud API Call Error (NotFound): Secret ID 
%s not found.", secret_id)
+            self.log.info("Google Cloud API Call Error (NotFound): Secret ID 
%s not found.", secret_id)

Review Comment:
   make sense, thanks



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