Ref below YAML config part for schedule time which is 12 minutes past the hour every 8 hours the bulk syncs get created however the schedule time does not generate. Using the default bulk sync configuration also yields the same result, the schedule is not getting created. Is this a config issue or due to the bulk sync being experimental ?
schedule:
type: time
time:
time:
cronExpression: 12 */8 * * *
timeZone: America/Chicago
How can the schedule be added when creating bulk syncs using the YAML config?