You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -174,7 +174,7 @@ You can use :ref:`Jinja templating <concepts:jinja-templating>` with
174
174
parameters which allows you to dynamically determine values.
175
175
176
176
Reference
177
-
---------
177
+
"""""""""
178
178
179
179
For further information, look at:
180
180
@@ -187,7 +187,7 @@ Sensors
187
187
.. _howto/sensor:GCSObjectExistenceSensor:
188
188
189
189
GCSObjectExistenceSensor
190
-
------------------------
190
+
^^^^^^^^^^^^^^^^^^^^^^^^
191
191
192
192
Use the :class:`~airflow.providers.google.cloud.sensors.gcs.GCSObjectExistenceSensor` to wait (poll) for the existence of a file in Google Cloud Storage.
193
193
@@ -208,7 +208,7 @@ Also you can use deferrable mode in this operator if you would like to free up t
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.
214
214
@@ -233,7 +233,7 @@ for this functionality to work.
233
233
234
234
235
235
GCSUploadSessionCompleteSensor
236
-
------------------------------
236
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
237
237
238
238
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.
239
239
@@ -255,7 +255,7 @@ You can set the parameter ``deferrable`` to True if you want the worker slots to
255
255
.. _howto/sensor:GCSObjectUpdateSensor:
256
256
257
257
GCSObjectUpdateSensor
258
-
---------------------
258
+
^^^^^^^^^^^^^^^^^^^^^
259
259
260
260
Use the :class:`~airflow.providers.google.cloud.sensors.gcs.GCSObjectUpdateSensor` to check if an object is updated in Google Cloud Storage.
0 commit comments