tooptoop4 opened a new issue #11204: URL: https://github.com/apache/airflow/issues/11204
right now dagrun returns state of success/failed. I would like a 3rd state - skipped. use case: dag polls a website looking for a change, if website has not changed I would like the dagrun (not the task instance) to be skipped. so I want to interpret the dagrun status in controlM. ie some error = failed, website changed and new data = success, website did not change = skipped ---------------------------------------------------------------- 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]
