hi guys is it possible to have a task have both da...
# ask-community
s
hi guys is it possible to have a task have both data and non-data dependencies?
upstream_tasks=[upstream_task]
only seems to work when there are no data-dependencies?
e
Thats odd, I have used it before as such:
SomeTask()(param=data, upstream_tasks=[a, b])
Maybe a code snippet could help us find the issue?
upvote 3
s
ah yes i got confused again between parameters for the initialisation of the task and the flow run-time parameters for the task
sorry!