From 78f82f0f5fdb1f3dc047bac28b16ec55df663723 Mon Sep 17 00:00:00 2001 From: CaptainOfHacks <39195263+CaptainOfHacks@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:59:48 +0300 Subject: [PATCH] Update test_dag_a.py --- dags/test_dag_a.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dags/test_dag_a.py b/dags/test_dag_a.py index f37da279..4b07beba 100644 --- a/dags/test_dag_a.py +++ b/dags/test_dag_a.py @@ -18,12 +18,12 @@ tags=['test', 'new-ui'], params={ FORM_NUMBER_DAG_PARAM: Param( - default="", + default=None, type=["null", "string"], title="Form number", description="""Form number of the notice"""), START_DATE_DAG_PARAM: Param( - default=f"{datetime.date.today()}", + default=None, type=["null", "string"], format="date", title="Date Picker",