I keep getting new errors from examples: `ValueEr...
# flyte-support
m
I keep getting new errors from examples:
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
Cc @tall-lock-23197 Sorry about that @miniature-zebra-33903
t
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
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
Sorry which example? And what errors are you seeing?
m
https://docs.flyte.org/projects/cookbook/en/latest/getting_started/run_schedule.html#running-a-workflow I follow those here remote usage is not specified with domain or project
f
This is fair infact a bug in the example
You can set default project
152 Views