I am trying to create scheduled query on bigquery at 3 specific time at 07:00, 14:00, 17:00 everyday.
I tried looking for custom schedule syntax and came across this documentation https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml?hl=en_GB#the_schedule_format
but haven't found solution for daily at 3 specific time. Do I have to create 3 separate scheduled query for this or is there any syntax to set daily with 3 specific time?
Any answers are appreciated!
Thankyou