malthe commented on pull request #19361: URL: https://github.com/apache/airflow/pull/19361#issuecomment-971944639
@potiuk compared to `ShortCircuitOperator` which needs a callable and thus real execution time, the benefit of our cron-based skip operator is that it can send the task itself into a skipped state. Without having thought further about it, this should simplify things in terms of downstream operators. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
