This is an automated email from the ASF dual-hosted git repository.

arivero pushed a commit to branch table-time-comparison
in repository https://gitbox.apache.org/repos/asf/superset.git

commit a0643fb1d2c84b46f5662e2cb5869377fddef9cd
Author: Kamil Gabryjelski <[email protected]>
AuthorDate: Mon Mar 11 07:47:00 2024 +0100

    Fix typo
---
 superset/views/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/views/api.py b/superset/views/api.py
index d70209aa9b..f7bd58d321 100644
--- a/superset/views/api.py
+++ b/superset/views/api.py
@@ -116,7 +116,7 @@ class Api(BaseSupersetView):
     @api
     @handle_api_exception
     @has_access_api
-    @rison(ger_relative_time_range_schema)
+    @rison(get_relative_time_range_schema)
     @expose("/v1/relative_time_range/", methods=("GET",))
     def relative_time_range(self, **kwargs: Any) -> FlaskResponse:
         """Get actual time range shifted by InstantTimeComparison value from

Reply via email to