uranusjr commented on issue #27859:
URL: https://github.com/apache/airflow/issues/27859#issuecomment-1326922559

   I suspect a call is missed somewhere in how you instantiate tasks. Note that 
a `@task` function needs to be _called_ (either with `f.expand()`, 
`f.expand_kwargs()`, or just `f()` like a function) to become a concrete task. 
We can probably check for this user error and emit a better message, but we 
need a reproduction first to identify the issue.


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