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


##########
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:
   I checked and indeed, there is already some deferrable operators in system 
tests. Sorry for the noise. It is fine then to keep them in system tests and I 
agree, it is better to have some so we can have them as reference in 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