You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/07 18:05:08 UTC

[GitHub] [airflow] phanikumv commented on a diff in pull request #26156: Add deferrable big query operators and sensors

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


##########
airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -3008,3 +3011,254 @@ def _format_schema_for_description(schema: Dict) -> List:
         )
         description.append(field_description)
     return description
+
+
+class BigQueryAsyncHook(GoogleBaseAsyncHook):
+    """Big query async hook inherits from GoogleBaseAsyncHook class and connects to the google Big query"""

Review Comment:
   Done



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org