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 2020/05/11 11:38:13 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #8813: Refactor BigQuery check operators

mik-laj commented on a change in pull request #8813:
URL: https://github.com/apache/airflow/pull/8813#discussion_r422978054



##########
File path: airflow/providers/google/cloud/operators/bigquery.py
##########
@@ -120,8 +123,7 @@ class BigQueryCheckOperator(CheckOperator):
     :param use_legacy_sql: Whether to use legacy SQL (true)
         or standard SQL (false).
     :type use_legacy_sql: bool
-    :param location: The geographic location of the job. Required except for
-        US and EU. See details at
+    :param location: The geographic location of the job.

Review comment:
       ```suggestion
       :param location: The geographic location of the job. See details at: 
   ```




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

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