potiuk commented on issue #48823: URL: https://github.com/apache/airflow/issues/48823#issuecomment-2788567273
Same issue as #48451 -> converting to a discussion. Setup and teardown are designed in the way that they MUST succed. If you want to do conditional behaviour of those, you have to implement "ifs" in your taskflow code that is used for setup/teardown and avoid doing any job, but still succeed. This is far simpler and straightforward and follows the - clearly documented semantics of setup/teardown tasks. The setup tasks mus be "green" (no matter what they do or don't do) in order to exacute whatever depends on setup. This is the basic assumption here. -- 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]
