Adaverse commented on PR #32906: URL: https://github.com/apache/airflow/pull/32906#issuecomment-1656697767
This test does not comply with the premise of being self-contained. Maybe we have a flow like assuming a cosmos db already exists, we can parallelly start two tasks, one the sensor and the other a task that sleeps for few seconds doing nothing, and then after few seconds it creates a document which the sensor can sense and finally deleting the document on the success of all the tasks. Here is an example -https://github.com/apache/airflow/blob/main/tests/system/providers/sftp/example_sftp_sensor.py WDYT? -- 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]
