ValueError: Cannot launch an execution with missing project/domain/name ResolvedIdentifiers(project=None, domain=None, name='workflows.example_wf', version=None) for entity type <class 'flytekit.core.workflow.PythonFunctionWorkflow'>. Specify them in the execute method or when intializing FlyteRemote
f
freezing-airport-6809
05/02/2023, 2:55 PM
Cc @tall-lock-23197
Sorry about that @miniature-zebra-33903
t
tall-lock-23197
05/02/2023, 3:48 PM
Hi @miniature-zebra-33903! How are you launching the execution via FlyteRemote? Have you tried specifying the project and domain? Would you mind sharing the code snippet?
m
miniature-zebra-33903
05/03/2023, 7:31 AM
I tried to specify the domain and project, then it ends up with new errors, but example does not show those specifications at all
t
tall-lock-23197
05/03/2023, 10:13 AM
Sorry which example? And what errors are you seeing?