modify airflow timezone #19829
louchenaishang
started this conversation in
General
Replies: 1 comment
-
@louchenaishang The Cron is set at the OpenMetadata Server level and the Server timezone is in UTC, You can add Cronjob in the UTC timezone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've set timezone for airflow with variable:
dockerfile.ingestion
ingestionPipeline.json
I want to modify the UTC time zone to Asia/Shanghai time zone in Pipeline.
for example,The cron expression value is 20 16 * * *. The expected execution time is 16:20 in Shanghai time zone, but the next execution time in airflow is 00:20. I don't know what other settings need to be changed.
Beta Was this translation helpful? Give feedback.
All reactions