Is there a way to chain a map task? Right now I ge...
# flyte-support
p
Is there a way to chain a map task? Right now I get
Copy code
TypeError: Error encountered while executing 'relfective_mds_export_workflow':
  unsupported operand type(s) for >>: 'ArrayNodeMapTask' and 'Promise'
f
Hmm might have to look into this
Might be missing a method 😔
g
could you file an issue for it? I’ll look into this [flyte-core]
p
Hi I actually figured it out on my end, my mistake!
However, I would tap on this issue https://github.com/flyteorg/flyte/issues/4080
would be super useful for Datology ( I think we just landed a PR into flytekit today too btw)
g
cool. are you running many workflow locally?
p
we're running stuff locally as part of our testing/development workflow
👍 1