I want to create a Data Transfer from AWS S3 to BigQuery with an every 12 hours Repeats Custom Schedule but get the following error:
Frequency limit exceeded. The required min_schedule_interval is [24h], the actual delay between [2021-03-15T14:45:00-07:00] and [2021-03-16T02:45:00-07:00] is [12h].
Setting the Custom Schedule to every 24 hours or more works fine, but any less produces this error.
According to the documentation for schedule options, "the minimum interval is 15 minutes".
Has anyone encountered this before or know how to resolve?