File tree Expand file tree Collapse file tree
airflow/providers/google/cloud/hooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ def start_template_dataflow(
627627 `https://cloud.google.com/dataflow/pipelines/specifying-exec-params
628628 <https://cloud.google.com/dataflow/docs/reference/rest/v1b3/RuntimeEnvironment>`__
629629
630- :param parameters: Parameters fot the template
630+ :param parameters: Parameters for the template
631631 :param dataflow_template: GCS path to the template.
632632 :param project_id: Optional, the Google Cloud project ID in which to start a job.
633633 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 2828class GoogleDeploymentManagerHook (GoogleBaseHook ):
2929 """
3030 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.
3232 """
3333
3434 def __init__ (
Original file line number Diff line number Diff line change @@ -817,7 +817,6 @@ followsa
817817formatter
818818forwardability
819819forwardable
820- fot
821820fqdn
822821frontend
823822fs
You can’t perform that action at this time.
0 commit comments