Fix more docs spellings (#10965)
`desecending` -> `descending` `Retrives` -> `Retrieves` `programatic` -> `programmatic` `subproces` -> `subprocess`
This commit is contained in:
Родитель
905cdd502a
Коммит
22c631625f
|
@ -2441,7 +2441,7 @@ Airflow 1.10.0, 2018-08-03
|
|||
- [AIRFLOW-2200] Add snowflake operator with tests
|
||||
- [AIRFLOW-2178] Add handling on SLA miss errors
|
||||
- [AIRFLOW-2169] Fix type 'bytes' is not JSON serializable in python3
|
||||
- [AIRFLOW-2215] Pass environment to subproces.Popen in base_task_runner
|
||||
- [AIRFLOW-2215] Pass environment to subprocess.Popen in base_task_runner
|
||||
- [AIRFLOW-2253] Add Airflow CLI instrumentation
|
||||
- [AIRFLOW-2274] Fix Dataflow tests
|
||||
- [AIRFLOW-2269] Add Custom Ink as an Airflow user
|
||||
|
|
|
@ -1430,7 +1430,7 @@ class BigQueryHook(GoogleBaseHook, DbApiHook):
|
|||
location: Optional[str] = None,
|
||||
) -> Union[CopyJob, QueryJob, LoadJob, ExtractJob]:
|
||||
"""
|
||||
Retrives a BigQuery job. For more information see:
|
||||
Retrieves a BigQuery job. For more information see:
|
||||
https://cloud.google.com/bigquery/docs/reference/v2/jobs
|
||||
|
||||
:param job_id: The ID of the job. The ID must contain only letters (a-z, A-Z),
|
||||
|
|
|
@ -923,7 +923,7 @@ class CloudDataCatalogHook(GoogleBaseHook):
|
|||
:type page_size: int
|
||||
:param order_by: Specifies the ordering of results, currently supported case-sensitive choices are:
|
||||
|
||||
- ``relevance``, only supports desecending
|
||||
- ``relevance``, only supports descending
|
||||
- ``last_access_timestamp [asc|desc]``, defaults to descending if not specified
|
||||
- ``last_modified_timestamp [asc|desc]``, defaults to descending if not specified
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ from airflow.providers.google.common.hooks.base_google import GoogleBaseHook
|
|||
class GoogleDeploymentManagerHook(GoogleBaseHook): # pylint: disable=abstract-method
|
||||
"""
|
||||
Interact with Google Cloud Deployment Manager using the Google Cloud connection.
|
||||
This allows for scheduled and programatic inspection and deletion fo resources managed by GDM.
|
||||
This allows for scheduled and programmatic inspection and deletion fo resources managed by GDM.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
|
|
|
@ -1729,7 +1729,7 @@ class CloudDataCatalogSearchCatalogOperator(BaseOperator):
|
|||
:type page_size: int
|
||||
:param order_by: Specifies the ordering of results, currently supported case-sensitive choices are:
|
||||
|
||||
- ``relevance``, only supports desecending
|
||||
- ``relevance``, only supports descending
|
||||
- ``last_access_timestamp [asc|desc]``, defaults to descending if not specified
|
||||
- ``last_modified_timestamp [asc|desc]``, defaults to descending if not specified
|
||||
|
||||
|
|
|
@ -301,7 +301,6 @@ Reddit
|
|||
Redhat
|
||||
ReidentifyContentResponse
|
||||
Reinitialising
|
||||
Retrives
|
||||
Riccomini
|
||||
Roadmap
|
||||
Robinhood
|
||||
|
@ -628,7 +627,6 @@ dep
|
|||
deploymentUrl
|
||||
deps
|
||||
desc
|
||||
desecending
|
||||
deserialization
|
||||
deserialize
|
||||
deserialized
|
||||
|
@ -1043,7 +1041,6 @@ prestocmd
|
|||
prestodb
|
||||
prev
|
||||
profiler
|
||||
programatic
|
||||
programmatically
|
||||
projectId
|
||||
projectid
|
||||
|
@ -1211,7 +1208,6 @@ subpackages
|
|||
subpages
|
||||
subpartitioned
|
||||
subpath
|
||||
subproces
|
||||
subprocess
|
||||
subprocesses
|
||||
subquery
|
||||
|
|
Загрузка…
Ссылка в новой задаче