I currently have a PythonSensor
which waits for files on an ftp server. Is it possible to have this sensor trigger a task on timeout? I am trying to create the following dag:
I have taken a look at BranchPythonOperator
but it seems like I no longer get the benefits of rescheduling a task if it fails the first time.