ephraimbuddy commented on a change in pull request #14026:
URL: https://github.com/apache/airflow/pull/14026#discussion_r571455159



##########
File path: airflow/providers/google/cloud/operators/bigquery.py
##########
@@ -1351,6 +1355,8 @@ class BigQueryCreateEmptyDatasetOperator(BaseOperator):
         Service Account Token Creator IAM role to the directly preceding 
identity, with first
         account from the list granting this role to the originating account 
(templated).
     :type impersonation_chain: Union[str, Sequence[str]]
+    :param exists_ok: If ``True``, ignore "already exists" errors when 
creating the DATASET.

Review comment:
       ```suggestion
       :param exists_ok: If ``True``, ignore "already exists" errors when 
creating the dataset.
   ```

##########
File path: airflow/providers/google/cloud/operators/bigquery.py
##########
@@ -1351,6 +1355,8 @@ class BigQueryCreateEmptyDatasetOperator(BaseOperator):
         Service Account Token Creator IAM role to the directly preceding 
identity, with first
         account from the list granting this role to the originating account 
(templated).
     :type impersonation_chain: Union[str, Sequence[str]]
+    :param exists_ok: If ``True``, ignore "already exists" errors when 
creating the DATASET.

Review comment:
       ```suggestion
       :param exists_ok: If ``True``, ignore "already exists" errors when 
creating the dataset.
   ```




----------------------------------------------------------------
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:
[email protected]


Reply via email to