@@ -38,7 +38,7 @@ Prerequisite Tasks
3838 .. _howto/operator:WorkflowsCreateWorkflowOperator :
3939
4040Create workflow
41- ===============
41+ ---------------
4242
4343To create a workflow use
4444:class: `~airflow.providers.google.cloud.operators.dataproc.WorkflowsCreateWorkflowOperator `.
@@ -64,7 +64,7 @@ production documentation `<Product documentation <https://cloud.google.com/workf
6464.. _howto/operator:WorkflowsUpdateWorkflowOperator :
6565
6666Update workflow
67- ===============
67+ ---------------
6868
6969To update a workflow use
7070:class: `~airflow.providers.google.cloud.operators.dataproc.WorkflowsUpdateWorkflowOperator `.
@@ -78,7 +78,7 @@ To update a workflow use
7878.. _howto/operator:WorkflowsGetWorkflowOperator :
7979
8080Get workflow
81- ============
81+ ------------
8282
8383To get a workflow use
8484:class: `~airflow.providers.google.cloud.operators.dataproc.WorkflowsGetWorkflowOperator `.
@@ -92,7 +92,7 @@ To get a workflow use
9292.. _howto/operator:WorkflowsListWorkflowsOperator :
9393
9494List workflows
95- ==============
95+ --------------
9696
9797To list workflows use
9898:class: `~airflow.providers.google.cloud.operators.dataproc.WorkflowsListWorkflowsOperator `.
@@ -106,7 +106,7 @@ To list workflows use
106106.. _howto/operator:WorkflowsDeleteWorkflowOperator :
107107
108108Delete workflow
109- ===============
109+ ---------------
110110
111111To delete a workflow use
112112:class: `~airflow.providers.google.cloud.operators.dataproc.WorkflowsDeleteWorkflowOperator `.
@@ -120,7 +120,7 @@ To delete a workflow use
120120.. _howto/operator:WorkflowsCreateExecutionOperator :
121121
122122Create execution
123- ================
123+ ----------------
124124
125125To create an execution use
126126:class: `~airflow.providers.google.cloud.operators.dataproc.WorkflowsCreateExecutionOperator `.
@@ -144,7 +144,7 @@ The create operator does not wait for execution to complete. To wait for executi
144144.. _howto/operator:WorkflowsGetExecutionOperator :
145145
146146Get execution
147- ================
147+ -------------
148148
149149To get an execution use
150150:class: `~airflow.providers.google.cloud.operators.dataproc.WorkflowsGetExecutionOperator `.
@@ -158,7 +158,7 @@ To get an execution use
158158.. _howto/operator:WorkflowsListExecutionsOperator :
159159
160160List executions
161- ===============
161+ ---------------
162162
163163To list executions use
164164:class: `~airflow.providers.google.cloud.operators.dataproc.WorkflowsListExecutionsOperator `.
@@ -173,7 +173,7 @@ By default this operator will return only executions for last 60 minutes.
173173.. _howto/operator:WorkflowsCancelExecutionOperator :
174174
175175Cancel execution
176- ================
176+ ----------------
177177
178178To cancel an execution use
179179:class: `~airflow.providers.google.cloud.operators.dataproc.WorkflowsCancelExecutionOperator `.
0 commit comments