jacovangelder
Databricks MVP

Next to the cron expression, you also need the following property: pause_status

For example:

schedule:
  quartz_cron_expression: 0 0 6 * * ?
  timezone_id: Europe/Amsterdam
  pause_status: UNPAUSED

The property can be set to PAUSED and UNPAUSED. 

Hope this helps!



View solution in original post