diff --git a/gooddata-flight-server/gooddata_flight_server/flexfun/flex_fun_execution_context.py b/gooddata-flight-server/gooddata_flight_server/flexfun/flex_fun_execution_context.py index cb35530b6..ee491b432 100644 --- a/gooddata-flight-server/gooddata_flight_server/flexfun/flex_fun_execution_context.py +++ b/gooddata-flight-server/gooddata_flight_server/flexfun/flex_fun_execution_context.py @@ -83,7 +83,7 @@ class ExecutionContextPositiveAttributeFilter: Identifier of the label used. """ - values: list[str] + values: list[Optional[str]] """ Values of the filter. """ @@ -100,7 +100,7 @@ class ExecutionContextNegativeAttributeFilter: Identifier of the label used. """ - values: list[str] + values: list[Optional[str]] """ Values of the filter. """