utkarsharma2 commented on code in PR #37117:
URL: https://github.com/apache/airflow/pull/37117#discussion_r1475867945
##########
tests/system/providers/sftp/example_sftp_sensor.py:
##########
@@ -76,8 +76,18 @@ def sftp_sensor_decorator():
sftp_with_operator = SFTPSensor(task_id="sftp_operator",
path=FULL_FILE_PATH, poke_interval=10)
# [END howto_operator_sftp_sensor]
+ # [START howto_sensor_sftp_async]
Review Comment:
Make sense, made the required change here -
https://github.com/apache/airflow/pull/37117/commits/1b162e76875e4de1a4083e9af7e5bdde5b564899
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]