Skip to content
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
336e0ea
added deprecation of project_id parameter
KamranImaaz Dec 28, 2025
c53b60c
Merge branch 'apache:main' into main
KamranImaaz Dec 28, 2025
8db6b20
Merge branch 'apache:main' into main
KamranImaaz Dec 28, 2025
25fc56e
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
4ab5252
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
60738c8
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
9158e59
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
4bb2890
Merge branch 'apache:main' into main
KamranImaaz Dec 29, 2025
45d4c80
Merge branch 'apache:main' into main
KamranImaaz Dec 30, 2025
4199f49
Merge branch 'apache:main' into main
KamranImaaz Dec 30, 2025
cb4c5fb
Merge branch 'apache:main' into main
KamranImaaz Dec 30, 2025
f6d995e
Merge branch 'apache:main' into main
KamranImaaz Dec 30, 2025
dde86c2
Merge branch 'apache:main' into main
KamranImaaz Dec 31, 2025
e915cee
Merge branch 'apache:main' into main
KamranImaaz Jan 2, 2026
a4d9285
Merge branch 'apache:main' into main
KamranImaaz Jan 3, 2026
07d921f
Merge branch 'apache:main' into main
KamranImaaz Jan 4, 2026
e503b0b
Merge branch 'apache:main' into main
KamranImaaz Jan 4, 2026
154d570
Merge branch 'apache:main' into main
KamranImaaz Jan 5, 2026
4a45ea0
Merge branch 'apache:main' into main
KamranImaaz Jan 5, 2026
31081d9
Merge branch 'apache:main' into main
KamranImaaz Jan 6, 2026
4c1daa6
Merge branch 'apache:main' into main
KamranImaaz Jan 6, 2026
cce2a8e
Merge branch 'apache:main' into main
KamranImaaz Jan 10, 2026
a78ff27
Merge branch 'apache:main' into main
KamranImaaz Jan 15, 2026
bc37194
Merge branch 'apache:main' into main
KamranImaaz Jan 16, 2026
4903fef
Merge branch 'apache:main' into main
KamranImaaz Jan 17, 2026
cb4b7f5
Merge branch 'apache:main' into main
KamranImaaz Jan 18, 2026
620fddd
Merge branch 'apache:main' into main
KamranImaaz Jan 19, 2026
1ecb219
Merge branch 'apache:main' into main
KamranImaaz Jan 21, 2026
b65d5f5
Merge branch 'apache:main' into main
KamranImaaz Jan 21, 2026
4e1314d
Merge branch 'apache:main' into main
KamranImaaz Jan 23, 2026
8bf2eed
Merge branch 'apache:main' into main
KamranImaaz Jan 23, 2026
d4f441f
Merge branch 'apache:main' into main
KamranImaaz Jan 24, 2026
4a00723
Merge branch 'apache:main' into main
KamranImaaz Jan 25, 2026
db46dfb
Merge branch 'apache:main' into main
KamranImaaz Jan 25, 2026
1379a60
Merge branch 'apache:main' into main
KamranImaaz Jan 26, 2026
b604b6e
Merge branch 'apache:main' into main
KamranImaaz Jan 27, 2026
c43cca5
Merge branch 'apache:main' into main
KamranImaaz Jan 27, 2026
ae53705
Merge branch 'apache:main' into main
KamranImaaz Jan 29, 2026
91ab114
Merge branch 'apache:main' into main
KamranImaaz Feb 1, 2026
1f2275b
Merge branch 'apache:main' into main
KamranImaaz Feb 2, 2026
fd1291f
Merge branch 'apache:main' into main
KamranImaaz Feb 7, 2026
be05c93
fix operator headings and removed arguments keyword
KamranImaaz Feb 7, 2026
954c61e
removed bigquery rst file
KamranImaaz Feb 7, 2026
4beacfd
Merge branch 'main' into fix-docs-compute.rst
shahar1 Feb 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 24 additions & 33 deletions providers/google/docs/operators/cloud/compute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Prerequisite Tasks
.. _howto/operator:ComputeEngineInsertInstanceOperator:

ComputeEngineInsertInstanceOperator
-----------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineInsertInstanceOperator`
to create new Google Compute Engine instance.

Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down Expand Up @@ -73,14 +73,14 @@ See Google Compute Engine API documentation to `insert an instance
.. _howto/operator:ComputeEngineInsertInstanceFromTemplateOperator:

ComputeEngineInsertInstanceFromTemplateOperator
-----------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineInsertInstanceFromTemplateOperator`
to create new Google Compute Engine instance based on specified instance template.

Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down Expand Up @@ -118,14 +118,14 @@ See Google Compute Engine API documentation to `insert an instance from template
.. _howto/operator:ComputeEngineDeleteInstanceOperator:

ComputeEngineDeleteInstanceOperator
-----------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineDeleteInstanceOperator`
to delete an existing Google Compute Engine instance.

Using the operator
""""""""""""""""""
------------------

You can create the operator without project id - project id will be retrieved
from the Google Cloud connection id used. The code to create the operator:
Expand Down Expand Up @@ -155,14 +155,14 @@ See Google Compute Engine API documentation to `delete an instance
.. _howto/operator:ComputeEngineStartInstanceOperator:

ComputeEngineStartInstanceOperator
----------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineStartInstanceOperator`
to start an existing Google Compute Engine instance.

Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down Expand Up @@ -200,15 +200,15 @@ See Google Compute Engine API documentation to `start an instance
.. _howto/operator:ComputeEngineStopInstanceOperator:

ComputeEngineStopInstanceOperator
---------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the operator to stop Google Compute Engine instance.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineStopInstanceOperator`

Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down Expand Up @@ -245,20 +245,18 @@ See Google Compute Engine API documentation to `stop an instance
.. _howto/operator:ComputeEngineSetMachineTypeOperator:

ComputeEngineSetMachineTypeOperator
-----------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the operator to change machine type of a Google Compute Engine instance.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineSetMachineTypeOperator`.

Arguments
"""""""""



Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down Expand Up @@ -295,15 +293,15 @@ See Google Compute Engine API documentation to `set the machine type
.. _howto/operator:ComputeEngineDeleteInstanceTemplateOperator:

ComputeEngineDeleteInstanceTemplateOperator
-------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the operator to delete Google Compute Engine instance template.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineDeleteInstanceTemplateOperator`.

Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down Expand Up @@ -334,15 +332,15 @@ See Google Compute Engine API documentation to `delete a template
.. _howto/operator:ComputeEngineInsertInstanceTemplateOperator:

ComputeEngineInsertInstanceTemplateOperator
-------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the operator to create Google Compute Engine instance template.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineInsertInstanceTemplateOperator`.

Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down Expand Up @@ -379,7 +377,7 @@ See Google Compute Engine API documentation to `create a new template
.. _howto/operator:ComputeEngineCopyInstanceTemplateOperator:

ComputeEngineCopyInstanceTemplateOperator
-----------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the operator to copy an existing Google Compute Engine instance template
applying a patch to it.
Expand All @@ -388,7 +386,7 @@ For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineCopyInstanceTemplateOperator`.

Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down Expand Up @@ -425,19 +423,16 @@ See Google Compute Engine API documentation to `create a new instance with an ex
.. _howto/operator:ComputeEngineInsertInstanceGroupManagerOperator:

ComputeEngineInsertInstanceGroupManagerOperator
-----------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the operator to create a Compute Engine Instance Group Manager.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineInsertInstanceGroupManagerOperator`.

Arguments
"""""""""


Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down Expand Up @@ -474,19 +469,17 @@ See Google Compute Engine API documentation to `create a group instance
.. _howto/operator:ComputeEngineDeleteInstanceGroupManagerOperator:

ComputeEngineDeleteInstanceGroupManagerOperator
-----------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the operator to delete a Compute Engine Instance Group Manager.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineDeleteInstanceGroupManagerOperator`.

Arguments
"""""""""


Using the operator
""""""""""""""""""
------------------

You can create the operator without project id - project id will be retrieved
from the Google Cloud connection used. The code to create the operator:
Expand Down Expand Up @@ -516,19 +509,17 @@ See Google Compute Engine API documentation to `delete a group instance
.. _howto/operator:ComputeEngineInstanceGroupUpdateManagerTemplateOperator:

ComputeEngineInstanceGroupUpdateManagerTemplateOperator
-------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the operator to update a template in Google Compute Engine Instance Group Manager.

For parameter definition, take a look at
:class:`~airflow.providers.google.cloud.operators.compute.ComputeEngineInstanceGroupUpdateManagerTemplateOperator`.

Arguments
"""""""""


Using the operator
""""""""""""""""""
------------------

The code to create the operator:

Expand Down