Skip to content

Commit ced1717

Browse files
KamranImaazSubham-KRLX
authored andcommitted
Align GCS operator documentation headings with RST style (apache#61578)
1 parent 63596b5 commit ced1717

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • providers/google/docs/operators/cloud

providers/google/docs/operators/cloud/gcs.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Operators
3737
.. _howto/operator:GCSTimeSpanFileTransformOperator:
3838

3939
GCSTimeSpanFileTransformOperator
40-
--------------------------------
40+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4141

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

5858
GCSBucketCreateAclEntryOperator
59-
-------------------------------
59+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6060

6161
Creates a new ACL entry on the specified bucket.
6262

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

9292
GCSObjectCreateAclEntryOperator
93-
-------------------------------
93+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9494

9595
Creates a new ACL entry on the specified object.
9696

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

127127
GCSListObjectsOperator
128-
----------------------
128+
^^^^^^^^^^^^^^^^^^^^^^
129129

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

143143
GCSDeleteObjectsOperator
144-
------------------------
144+
^^^^^^^^^^^^^^^^^^^^^^^^
145145

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

176176
Reference
177-
---------
177+
"""""""""
178178

179179
For further information, look at:
180180

@@ -187,7 +187,7 @@ Sensors
187187
.. _howto/sensor:GCSObjectExistenceSensor:
188188

189189
GCSObjectExistenceSensor
190-
------------------------
190+
^^^^^^^^^^^^^^^^^^^^^^^^
191191

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

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

210210
GCSObjectsWithPrefixExistenceSensor
211-
-----------------------------------
211+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
212212

213213
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.
214214

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

234234

235235
GCSUploadSessionCompleteSensor
236-
------------------------------
236+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
237237

238238
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.
239239

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

257257
GCSObjectUpdateSensor
258-
---------------------
258+
^^^^^^^^^^^^^^^^^^^^^
259259

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

0 commit comments

Comments
 (0)