Skip to content

Commit

Permalink
CI: Fix failing docs-build (#10342)
Browse files Browse the repository at this point in the history
CI is failing because of incorrect spelling "everytime", it should be "every time"
  • Loading branch information
kaxil committed Aug 15, 2020
1 parent be46d20 commit bfa5a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ class BigQueryInsertJobOperator(BaseOperator):
- if job with given id already exists then it tries to reattach to the job if its not done and its
state is in ``reattach_states``. If the job is done the operator will raise ``AirflowException``.
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.
For job definition see here:
Expand Down

0 comments on commit bfa5a8d

Please sign in to comment.
  翻译: