Yousef Hosny
08/30/2022, 1:47 AMdeployment.apply()
doesn't work from a jupyter notebook cell, but does work from .py
script file.
Also, is there anyway to deploy a flow to prefect cloud using jupyter notebook ?José Duarte
08/30/2022, 8:38 AMawait deployment.apply()
?Yousef Hosny
08/30/2022, 9:09 AMJosé Duarte
08/30/2022, 9:24 AMawait (await deployment).apply()
build_from_flow
and apply
are async function (and also sync due to a decorator they have, the issue might be thereYousef Hosny
08/30/2022, 9:51 AMJosé Duarte
08/30/2022, 9:53 AMYousef Hosny
08/30/2022, 9:55 AMJeff Hale
08/30/2022, 11:56 AM