eladkal commented on issue #9755: URL: https://github.com/apache/airflow/issues/9755#issuecomment-695348870
> I think it is an interesting idea, an it actually might be interested on Task level not DAG level. So the dags should not be paused but tasks should not be executed. Maybe worth to explore the option of Active/InActive mode for Connection. Currently, when task is executed it access a Connection. The feature could also before letting task to read the connection information it will verify that the connection is Active. That way the DAG itself left untouched and if it can't access the connection it will act in a sensor like way (release worker and try reschedule later). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
