add untracked files
This commit is contained in:
10
dagster/src/app/vinyl/schedules.py
Executable file
10
dagster/src/app/vinyl/schedules.py
Executable file
@@ -0,0 +1,10 @@
|
||||
from dagster import DefaultScheduleStatus, build_schedule_from_partitioned_job
|
||||
|
||||
from app.vinyl.repo import deals_job
|
||||
|
||||
deals_schedule = build_schedule_from_partitioned_job(
|
||||
job=deals_job,
|
||||
hour_of_day=7,
|
||||
# execution_timezone="Europe/Amsterdam",
|
||||
default_status=DefaultScheduleStatus.RUNNING,
|
||||
)
|
||||
Reference in New Issue
Block a user