File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
airflow/providers/google/cloud/hooks Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ def start_template_dataflow(
627
627
`https://cloud.google.com/dataflow/pipelines/specifying-exec-params
628
628
<https://cloud.google.com/dataflow/docs/reference/rest/v1b3/RuntimeEnvironment>`__
629
629
630
- :param parameters: Parameters fot the template
630
+ :param parameters: Parameters for the template
631
631
:param dataflow_template: GCS path to the template.
632
632
:param project_id: Optional, the Google Cloud project ID in which to start a job.
633
633
If set to None or missing, the default project_id from the Google Cloud connection is used.
Original file line number Diff line number Diff line change 28
28
class GoogleDeploymentManagerHook (GoogleBaseHook ):
29
29
"""
30
30
Interact with Google Cloud Deployment Manager using the Google Cloud connection.
31
- This allows for scheduled and programmatic inspection and deletion fo resources managed by GDM.
31
+ This allows for scheduled and programmatic inspection and deletion of resources managed by GDM.
32
32
"""
33
33
34
34
def __init__ (
Original file line number Diff line number Diff line change @@ -817,7 +817,6 @@ followsa
817
817
formatter
818
818
forwardability
819
819
forwardable
820
- fot
821
820
fqdn
822
821
frontend
823
822
fs
You can’t perform that action at this time.
0 commit comments