-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Closed
Labels
Description
Airflow has SQLSensor and PythonBranchOperator it seems that the logic of both can be combined to create SQLBranchOperator
SQLSenor knows to take single sql query and wait for condition on it. it can be copied and changed so that it won't wait (like sensor) but simply return true false. According to the value returned from the query it will follow the chosen branch.
Reactions are currently unavailable