We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be46d20 commit bfa5a8dCopy full SHA for bfa5a8d
airflow/providers/google/cloud/operators/bigquery.py
@@ -1644,7 +1644,7 @@ class BigQueryInsertJobOperator(BaseOperator):
1644
- if job with given id already exists then it tries to reattach to the job if its not done and its
1645
state is in ``reattach_states``. If the job is done the operator will raise ``AirflowException``.
1646
1647
- Using ``force_rerun`` will submit a new job everytime without attaching to already existing ones.
+ Using ``force_rerun`` will submit a new job every time without attaching to already existing ones.
1648
1649
For job definition see here:
1650
0 commit comments