YD
07/22/2021, 9:06 PMKevin Kho
07/22/2021, 9:07 PMprefect backend cloud
and leave both on at the same time.YD
07/22/2021, 9:31 PMprefect backend cloud
prefect auth login --key <YOUR-KEY>
and if the agent that is registered on the VM Prefect server is still running, which server will be managing my flows ?
I do not see an option in the register
method, unless it is some keyword
def register(
self,
project_name: str = None,
build: bool = True,
labels: List[str] = None,
set_schedule_active: bool = True,
version_group_id: str = None,
no_url: bool = False,
idempotency_key: str = None,
**kwargs: Any,
) -> Union[str, None]:
prefect backend cloud
I get a message Backend switched to cloud
Kevin Kho
07/22/2021, 9:38 PMprefect backend cloud
, if you are authenticated, the registration will happen on the Cloudprefect backend server
to make prefect commands run against serverYD
07/22/2021, 9:41 PMprefect auth login --key <key>
Error: no such option: --key
maybe having older prefect... looking in the docs for how to updateKevin Kho
07/22/2021, 9:44 PMpip install -U prefect
YD
07/22/2021, 9:47 PM