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 2018/09/03 19:03:45 UTC

[GitHub] kaxil commented on a change in pull request #3838: [AIRFLOW-2997] Support for Bigquery clustered tables

kaxil commented on a change in pull request #3838: [AIRFLOW-2997] Support for Bigquery clustered tables
URL: https://github.com/apache/incubator-airflow/pull/3838#discussion_r214746643
 
 

 ##########
 File path: airflow/contrib/hooks/bigquery_hook.py
 ##########
 @@ -548,7 +549,11 @@ def run_query(self,
             expiration as per API specifications. Note that 'field' is not available in
             conjunction with dataset.table$partition.
         :type time_partitioning: dict
-
+        :param cluster_fields: request that the result of the query is stored
+                               sorted by these fields. This can only be used on
+                               a time-partitioned table and must be set when the
+                               table is created. Order is significant.
 
 Review comment:
   Can you fix indent of the above 3 lines? It should be like other multiline comments

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services