Skip to content

Commit

Permalink
Fix typos: duplicated "the" (#10647)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed Aug 30, 2020
1 parent 9b2efc6 commit 11c00bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/utils/field_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
ranges of values), booleans or any other types of fields.
* API version: (key="api_version") if API version is specified, then the field will only
be validated when api_version used at field validator initialization matches exactly the
the version specified. If you want to declare fields that are available in several
version specified. If you want to declare fields that are available in several
versions of the APIs, you should specify the field as many times as many API versions
should be supported (each time with different API version).
* if none of the keys ("type", "regexp", "custom_validation" - the field is not validated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
1. Create Google Cloud project and enable the BigQuery API
2. Create the Firebase project
3. Create a bucket in the same location as the the Firebase project
3. Create a bucket in the same location as the Firebase project
4. Grant Firebase admin account permissions to manage BigQuery. This is required to create a dataset.
5. Create a bucket in Firebase project and
6. Give read/write access for Firebase admin to bucket to step no. 5.
Expand Down
2 changes: 1 addition & 1 deletion backport_packages/refactor_backport_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def refactor_amazon_package(self):
"""
Fixes to "amazon" providers package.
Copies some of the classes used from core Airflow to "common.utils" package of the
Copies some of the classes used from core Airflow to "common.utils" package of
the provider and renames imports to use them from there.
We copy typing_compat.py and change import as in example diff:
Expand Down
2 changes: 1 addition & 1 deletion tests/api/common/experimental/test_mark_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def test_mark_tasks_subdag(self):
self.assertEqual(len(altered), 14)

# cannot use snapshot here as that will require drilling down the
# the sub dag tree essentially recreating the same code as in the
# sub dag tree essentially recreating the same code as in the
# tested logic.
self.verify_state(self.dag2, task_ids, [self.execution_dates[0]],
State.SUCCESS, [])
Expand Down

0 comments on commit 11c00bc

Please sign in to comment.