Lee Cullen
02/18/2022, 2:21 AMInvalid Project!
even though the project exists.Kevin Kho
Lee Cullen
02/18/2022, 2:38 AMInvalid project!
Lee Cullen
02/18/2022, 2:39 AMprefect get projects
on the cli I can see the project. I have also authenticated via service account so Im not sure what I'm doing wrong.Kevin Kho
Lee Cullen
02/18/2022, 2:40 AMKevin Kho
project_name
inside register or you can just not name the argumentLee Cullen
02/18/2022, 2:49 AMproject_name
.Kevin Kho
Lee Cullen
02/18/2022, 2:51 AMflow.register()
still gives me invalid project. Weird!Kevin Kho
flow.register("project1")
. Just empty?Kevin Kho
Kevin Kho
from prefect import Client
Client().get_available_tenants()
and see where you are authenticated?Lee Cullen
02/18/2022, 2:56 AMprefect auth list-tenants
only lists one tenant,.Kevin Kho
Kevin Kho
ValueError: Project test not found. Run `prefect create project 'test'` to create it.
Kevin Kho
Lee Cullen
02/18/2022, 3:03 AMKevin Kho