From 782fa5846a212d28f836ca060c63f45c380b7c4f Mon Sep 17 00:00:00 2001 From: CaptainOfHacks <39195263+CaptainOfHacks@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:07:02 +0300 Subject: [PATCH] Update fetch_notices_by_query.py --- dags/fetch_notices_by_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/fetch_notices_by_query.py b/dags/fetch_notices_by_query.py index 8cf2c19f..dd8c950e 100644 --- a/dags/fetch_notices_by_query.py +++ b/dags/fetch_notices_by_query.py @@ -26,7 +26,7 @@ tags=['fetch'], params={ QUERY_DAG_KEY: Param( - default=None, + default="", type="string", title="Query", description="""This field is required.