Skip to content

Commit baf4c86

Browse files
committed
WIP reprocess dags
1 parent dfba79c commit baf4c86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dags/reprocess_notices_from_backlog_by_status.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
title="Notice Statuses",
3131
description="Required. List of notice statuses to reprocess. Example: [\"NORMALISED_METADATA\", \"DISTILLED\"]"
3232
),
33-
START_DATE_DAG_PARAM: Param(default="", type="string", description="Start date (YYYY-MM-DD)"),
34-
END_DATE_DAG_PARAM: Param(default="", type="string", description="End date (YYYY-MM-DD)")
33+
START_DATE_DAG_PARAM: Param(default="", type=["null", "string"], format="date", description="Start date (YYYY-MM-DD)"),
34+
END_DATE_DAG_PARAM: Param(default="", type=["null", "string"], format="date", description="End date (YYYY-MM-DD)")
3535
}
3636
)
3737
def reprocess_notices_from_backlog_by_status():

0 commit comments

Comments
 (0)