r4um commented on issue #9096: URL: https://github.com/apache/airflow/issues/9096#issuecomment-861307782
Until AIP-39 is ready, we are dealing with this via a custom "calendar" operator that is added in front of the tasks as a dependency. Our "calendar" operator wraps our calendar infrastructure specifics and semantics. The "calendar" operator tests for a valid day of execution, if the day is not valid it short circuits (similar to the [shortcircuit operator](https://github.com/apache/airflow/blob/main/airflow/operators/python.py#L184)) the rest of the dependent tasks. -- 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]
