0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

BigQueryのスケジュールされたクエリでのカスタムスケジュールの書式

Last updated at Posted at 2021-11-01

image.png

↑これ

ただ、これ書き方がわからない。
厄介なことに、ツールチップのやつそのまま書くと動かないし、リンク先にも書き方は載っていない

結論

ここに記法が書いてある(Custom Intervalを選択)
https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#formatting_the_schedule
※時刻書く場合はUTCなので注意

こんなのや

schedule: every day 00:00
schedule: every monday 09:00

こんなのもかけるらしい

schedule: 1st,3rd tuesday
schedule: 2nd,third wednesday of month 09:00

schedule: 2nd monday,thu
schedule: 1,8,15,22 of month 09:00
schedule: 1st mon,wednesday,thu of sep,oct,nov 17:00
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?