lorransr commented on issue #29332:
URL: https://github.com/apache/airflow/issues/29332#issuecomment-2037246809

   Thank you @jscheffl, I modified the example with this other syntaxe:
   
   ```
       (setup.as_setup() >> t1 >> t2 >> t3 >> teardown.as_teardown())
       setup.as_setup() >> teardown.as_teardown()
   
   ```
   
   But I see the same behavior. Which is expected since the syntaxes are 
equivalent 🤔 


-- 
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]

Reply via email to