https://flyte.org logo
#ask-the-community
Title
# ask-the-community
a

Anatolii Bardukov

05/02/2023, 2:25 PM
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

Ketan (kumare3)

05/02/2023, 2:55 PM
Cc @Samhita Alla Sorry about that @Anatolii Bardukov
s

Samhita Alla

05/02/2023, 3:48 PM
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

Anatolii Bardukov

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
s

Samhita Alla

05/03/2023, 10:13 AM
Sorry which example? And what errors are you seeing?
a

Anatolii Bardukov

05/03/2023, 10:49 AM
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

Ketan (kumare3)

05/03/2023, 1:44 PM
This is fair infact a bug in the example
You can set default project
2 Views