dagster
dagster copied to clipboard
Dagster does allow to specify time zone along cron in scheduled partitioned jobs
Dagster version
1.7.3
What's the issue?
job_scheduler = build_schedule_from_partitioned_job(my_god_damn_job,
name="the_god_damn_job",
hour_of_day=12,
minute_of_hour=30,
execution_timezone="Europe/Berlin")
E dagster._check.CheckError: Invariant failed. Description: Cannot provide both cron_schedule / execution_timezone parameters and day_of_month / day_of_week / hour_of_day / minute_of_hour parameters to build_schedule_from_partitioned_job.
I find it absurd that I cannot specify the timezone
What did you expect to happen?
No response
How to reproduce?
No response
Deployment type
None
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.