You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/02 20:37:04 UTC

[GitHub] [airflow] moshederri edited a comment on issue #19903: Error setting dependencies on task_group defined using the decorator

moshederri edited 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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org