Eduardo Apolinario

Results 268 comments of Eduardo Apolinario

Can you fix the unit test failure? The error: ``` FAILED tests/flytekit/unit/core/test_array_node_map_task.py::test_inputs_outputs_length - AssertionError: assert equals failed 'tests.flytekit.unit.core.test_ 'tests.flytekit.unit.core.test_ array_node_map_task.map_many_in array_node_map_task.map_many_in puts_-6b^3bd0^353da5d^e6e8-4d79-82921 puts_b^f51001578d0^ae197a5+2c0af0a -ead2b3-arraynode' +99d^d89-arraynode' ```

Result of running this: https://gist.github.com/eapolinario/d3ac053bc9ec3971f571889ecfca690b

I did an initial investigation for this and unfortunately reached the conclusion that supporting reference tasks in map tasks would take a non-negligible amount of work.

@flixr , can you give a few more details about the structure of the workflow? Just an overall DAG structure and some details on which tasks had retries, etc? For...

Tagging @jsonporter and @FrankFlitton for awareness.

@Future-Outlier , I just assigned this to you. Please let me know if you need help.

To decrease the chances of hitting this, what if we made the directory created by `pyflyte init` a git repo by default? Need to verify what happens if the user...

Not the first time we see users hitting this error: https://github.com/flyteorg/flyte/issues/3520

There's something going wrong with named tuples. This is the workflow that's failing: https://github.com/flyteorg/flytesnacks/blob/master/examples/basics/basics/named_outputs.py The error: