Skip to content
Merged
Changes from all commits
Commits
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
20 changes: 10 additions & 10 deletions providers/google/docs/operators/cloud/gcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Operators
.. _howto/operator:GCSTimeSpanFileTransformOperator:

GCSTimeSpanFileTransformOperator
--------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the
:class:`~airflow.providers.google.cloud.operators.gcs.GCSTimeSpanFileTransformOperator`
Expand All @@ -56,7 +56,7 @@ processes all files older than ``data_interval_start``.
.. _howto/operator:GCSBucketCreateAclEntryOperator:

GCSBucketCreateAclEntryOperator
-------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Creates a new ACL entry on the specified bucket.

Expand Down Expand Up @@ -90,7 +90,7 @@ See Google Cloud Storage Documentation to `create a new ACL entry for a bucket
.. _howto/operator:GCSObjectCreateAclEntryOperator:

GCSObjectCreateAclEntryOperator
-------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Creates a new ACL entry on the specified object.

Expand Down Expand Up @@ -125,7 +125,7 @@ See Google Cloud Storage insert documentation to `create a ACL entry for ObjectA
.. _howto/operator:GCSListObjectsOperator:

GCSListObjectsOperator
----------------------
^^^^^^^^^^^^^^^^^^^^^^

Use the
:class:`~airflow.providers.google.cloud.operators.gcs.GCSListObjectsOperator`
Expand All @@ -141,7 +141,7 @@ names begin with that prefix, and a delimiter to emulate directory-like organiza
.. _howto/operator:GCSDeleteObjectsOperator:

GCSDeleteObjectsOperator
------------------------
^^^^^^^^^^^^^^^^^^^^^^^^

Use the
:class:`~airflow.providers.google.cloud.operators.gcs.GCSDeleteObjectsOperator`
Expand Down Expand Up @@ -174,7 +174,7 @@ You can use :ref:`Jinja templating <concepts:jinja-templating>` with
parameters which allows you to dynamically determine values.

Reference
---------
"""""""""

For further information, look at:

Expand All @@ -187,7 +187,7 @@ Sensors
.. _howto/sensor:GCSObjectExistenceSensor:

GCSObjectExistenceSensor
------------------------
^^^^^^^^^^^^^^^^^^^^^^^^

Use the :class:`~airflow.providers.google.cloud.sensors.gcs.GCSObjectExistenceSensor` to wait (poll) for the existence of a file in Google Cloud Storage.

Expand All @@ -208,7 +208,7 @@ Also you can use deferrable mode in this operator if you would like to free up t
.. _howto/sensor:GCSObjectsWithPrefixExistenceSensor:

GCSObjectsWithPrefixExistenceSensor
-----------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the :class:`~airflow.providers.google.cloud.sensors.gcs.GCSObjectsWithPrefixExistenceSensor` to wait (poll) for the existence of a file with a specified prefix in Google Cloud Storage.

Expand All @@ -233,7 +233,7 @@ for this functionality to work.


GCSUploadSessionCompleteSensor
------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Use the :class:`~airflow.providers.google.cloud.sensors.gcs.GCSUploadSessionCompleteSensor` to check for a change in the number of files with a specified prefix in Google Cloud Storage.

Expand All @@ -255,7 +255,7 @@ You can set the parameter ``deferrable`` to True if you want the worker slots to
.. _howto/sensor:GCSObjectUpdateSensor:

GCSObjectUpdateSensor
---------------------
^^^^^^^^^^^^^^^^^^^^^

Use the :class:`~airflow.providers.google.cloud.sensors.gcs.GCSObjectUpdateSensor` to check if an object is updated in Google Cloud Storage.

Expand Down