From e66db6333359e60a7f02e214ac65b6a825ca19b9 Mon Sep 17 00:00:00 2001 From: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Date: Wed, 21 Jul 2021 19:52:59 -0400 Subject: [PATCH] reports (#15828) --- superset/reports/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/reports/schemas.py b/superset/reports/schemas.py index acbb6583a..b034cb136 100644 --- a/superset/reports/schemas.py +++ b/superset/reports/schemas.py @@ -159,7 +159,7 @@ class ReportSchedulePostSchema(Schema): creation_method = EnumField( ReportCreationMethodType, by_value=True, - required=True, + required=False, description=creation_method_description, ) dashboard = fields.Integer(required=False, allow_none=True)