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 2021/02/06 16:32:28 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #14026: Add `exists_ok` flag to BigQueryCreateEmptyTable(Dataset)Operator

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:
users@infra.apache.org