Reputation: 37
I'm using scheduled query in Google BigQuery, The requirement is to set it every 1st month at 04:00 (UTC+7) (Indonesia Time)
I've tried custom scheduled query but since the timezone is in UTC, so I can not achieve my requirement.
Sample :
How to solve this? Can we set specific timezone in custom scheduled query in Google BigQuery?
Thanks
Upvotes: 1
Views: 1109
Reputation: 2353
You can schedule your query based on your local time. For your requirements follow below steps:
Step 1
: Write your query in the BigQuery console
.
Step 2
: Click the schedule button present at the top and select the option Create new schedule query
Step 3
: Below the heading schedule options
select the Repeats
option as monthly from the drop down button and select the start at set time
option radio button.
Step 4
: Now click on the calendar icon to select the country
and timezone
.
Step 5
: select Indonesia
time zone as per your requirement and set the date
and time
.
Step 6
: Fill all the required fields and click the save button
.
Upvotes: 1