shahar1 commented on code in PR #43785:
URL: https://github.com/apache/airflow/pull/43785#discussion_r1833066686
##########
providers/src/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py:
##########
@@ -174,6 +174,7 @@ class GCSToBigQueryOperator(BaseOperator):
destination table is newly created. If the table already exists and a
value different than the
current description is provided, the job will fail.
:param deferrable: Run operator in the deferrable mode
+ :poram force_delete: Force the destination table to be deleted if it
already exists.
Review Comment:
```suggestion
:param force_delete: Force the destination table to be deleted if it
already exists.
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]