Lee-W commented on code in PR #36904:
URL: https://github.com/apache/airflow/pull/36904#discussion_r1462649438


##########
tests/system/providers/http/example_http.py:
##########
@@ -110,6 +110,17 @@
     dag=dag,
 )
 # [END howto_operator_http_http_sensor_check]
+# [START howto_operator_http_http_sensor_check_async]

Review Comment:
   same suggestion as the doc one



##########
docs/apache-airflow-providers-http/operators.rst:
##########
@@ -37,6 +37,13 @@ Here we are poking until httpbin gives us a response text 
containing ``httpbin``
     :start-after: [START howto_operator_http_http_sensor_check]
     :end-before: [END howto_operator_http_http_sensor_check]
 
+This sensor can also be used in deferrable mode
+
+.. exampleinclude:: /../../tests/system/providers/http/example_http.py
+    :language: python
+    :start-after: [START howto_operator_http_http_sensor_check_async]

Review Comment:
   ```suggestion
       :start-after: [START howto_operator_http_http_sensor_check_deferrable]
   ```
   
   I might suggest changing it to `deferrable` to make the wording consistent



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to