Hello everybody, When running a workflow with a dy...
# flyte-support
d
Hello everybody, When running a workflow with a dynamic workflow, I keep getting this error:
Copy code
Traceback (most recent call last):
  File "/home/flyte/.venv/lib/python3.8/site-packages/flytekit/bin/entrypoint.py", line 90, in _dispatch_execute
    outputs = _scoped_exceptions.system_entry_point(task_def.dispatch_execute)(ctx, idl_input_literals)
AttributeError: 'PythonFunctionWorkflow' object has no attribute 'dispatch_execute'
Somebody have any idea what it could be?
f
What flytekit version, is this new?
d
Yup, 1.6.1 This execution was a test for the update
This is strange, since other workflow with dynamic workflow is running just fine
f
This looks like a fundamental bug- which is weird. Can you downgrade and try with older version, does that work
d
Sure, I'll try
I'm trying to update this workflow to my cluster, but no matter what I do, the workflow keeps running a previous version, even if I changed the name of every single thing. This is happening when I'm trying to register using 1.5.1, @freezing-airport-6809 For some limitations, I can only run this in the kubernetes cluster...
Nevermind, updating the docker image worked. But the task now runs smoothly, in 1.5.1 version
150 Views