Schedule name (’…’) does not exist in database
flowing-pachy-wyy4fs), and the schedule_name parameter in the API and Python SDK is a deprecated alias that expects a slug. Schedules created before the release keep working by name, which is why the same pipeline configuration can work in one workspace and fail in another.
To fix it:
- Open the schedule in Bolt and click the schedule name on the schedule details screen. The slug is shown there.
- Replace the display name in your CI variable or script (for example
PARADIME_SCHEDULE_NAMEorPARADIME_SCHEDULE_SLUG) with the slug. - Re-run the pipeline. No other changes are needed.