You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Adaverse (via GitHub)" <gi...@apache.org> on 2023/07/29 10:17:01 UTC

[GitHub] [airflow] Adaverse commented on pull request #32906: Migrating azure cosmos DB sensor example_dags to systest

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org