moshederri removed a comment on issue #19903: URL: https://github.com/apache/airflow/issues/19903#issuecomment-1003771492
Quick question about this - i tried changing the content of the function to something other than `pass` or `print` but for some reason i am still getting the same exception (i'm probably doing something wrong). But regardless - working with the dag decorator, isn't the rshift misused here? i mean, shouldn't: `start() >> do_all_things() >> end() ` just be: ``` start() do_all_things() end() ``` -- 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]
