I keep getting new errors from examples: `ValueEr...
# ask-the-community
a
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
k
Cc @Samhita Alla Sorry about that @Anatolii Bardukov
s
Hi @Anatolii Bardukov! How are you launching the execution via FlyteRemote? Have you tried specifying the project and domain? Would you mind sharing the code snippet?
a
I tried to specify the domain and project, then it ends up with new errors, but example does not show those specifications at all
s
Sorry which example? And what errors are you seeing?
a
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
k
This is fair infact a bug in the example
You can set default project
151 Views