vincbeck commented on code in PR #36578:
URL: https://github.com/apache/airflow/pull/36578#discussion_r1446602251


##########
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:
   Thanks for adding it but for now we cannot have deferrable operators in 
system tests, it is not compatible yet. Though, I would leave the non 
deferrable version below, it can be super useful for users!



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