https://prefect.io logo
Title
j

Joseph Thickpenny Ryan

02/08/2023, 2:50 PM
I've created a deployment in the prefect 2 cloud, but the run button for it is greyed out (ie not clickable), any tips on how to debug this?
Strangely I can do a quick run from this screen
But the run button the this screen isn't clickable
I think I have my answer, you are able to create a deployment (at least via python) that does technically deploy but does not satisfy the conditions for that run button. I suspect the fact you can do a quick run via the other menu is a bug This seemed to be resolved by adding the
upload=True
argument to my call to
Deployment.apply