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


##########
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):

Review Comment:
   It is desireable , and  will enhance user experience, as all those hooks 
will now start allowing testing connection directly from ui



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