Gemma
06/22/2023, 10:52 AMschedule: null
in my deployments, it always asks me ? Would you like to schedule when this flow runs? [y/n] (y):
. Is there a way of permanently disabling this? i.e. say “this is never going to have a schedule”. Using schedule: null
, schedule: false
and schedule: {}
in the deployment yaml don’t work.Gemma
06/22/2023, 11:29 AMprefect --no-prompt deploy
However, from the source code, this appears to be the only way that you can avoid the warning… 😞