ashb commented on code in PR #24682:
URL: https://github.com/apache/airflow/pull/24682#discussion_r908506613
##########
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:
Hmmm, so this hook is used as the base class for a number of other
connection types. Does this test method being inherited by those subclasses
cause problems, or is that desireable?
--
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]