Hey marvin im trying to schedule a code to run , b...
# ask-marvin
y
Hey marvin im trying to schedule a code to run , but im getting this error can u help me with this :
Copy code
raise self._exception
  File "/root/rad_details-/env/lib/python3.10/site-packages/prefect/_internal/concurrency/calls.py", line 388, in _run_async
    result = await coro
  File "/root/rad_details-/env/lib/python3.10/site-packages/prefect/deployments/deployments.py", line 842, in apply
    DeploymentScheduleCreate(
  File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__
pydantic.error_wrappers.ValidationError: 1 validation error for DeploymentScheduleCreate
active
  none is not an allowed value (type=type_error.none.not_allowed)