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


##########
tests/system/providers/amazon/aws/example_s3.py:
##########
@@ -200,7 +202,18 @@ def check_fn(files: list) -> bool:
         check_fn=check_fn,
         deferrable=True,
     )
-    # [END howto_sensor_s3_key_function]
+    # [END howto_sensor_s3_key_function_deferrable]
+
+    # [START howto_sensor_s3_key_regex_deferrable]

Review Comment:
   Looks like we already have a few examples of deferrable operators here. 
Should I remove them? or somehow disable them? Otherwise, we might not be able 
to include them in the doc



-- 
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