phanikumv commented on code in PR #24682:
URL: https://github.com/apache/airflow/pull/24682#discussion_r909692076


##########
airflow/providers/google/common/hooks/base_google.py:
##########
@@ -580,3 +580,16 @@ def download_content_from_request(file_handle, request: 
dict, chunk_size: int) -
         while done is False:
             _, done = downloader.next_chunk()
         file_handle.flush()
+
+    def test_connection(self):
+        """Test the Google cloud connectivity from UI"""
+        status, message = False, ''
+        try:
+            if self.project_id:

Review Comment:
   @mik-laj could you please take a look at 
[ae4824e](https://github.com/apache/airflow/pull/24682/commits/ae4824e9e60ffb46d3d4d638c87b6da0fa7b5ac7)



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