Hello guys! We had a bug with scheduling flow run...
# ask-community
j
Hello guys! We had a bug with scheduling flow run now When a schedule is set in a deployment, the run occur this error If we remove the schedule, the run works well. is there any bug now in schedule feature of Prefect cloud? or is there anyone who face same problem?
n
hi @jaehoon! could you please provide the output of
prefect version
? it looks like you have a client / server version mismatch where in your older version of prefect, pydantic is rejecting
extra
schema fields
g
What do you mean~? We are using prefet cloud..!
j
@Nate Hello we are using Prefect Cloud, so we don’t have our own server. So should i fix the client version same as the version of prefect cloud?
And can i know what is the prefect version of Prefect Cloud?
n
@jaehoon you have a client version of the sdk even if you're using cloud, can you run
prefect version
on the CLI?