mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: Remove BASE_AXIS from pre-query (#29084)
This commit is contained in:
@@ -52,7 +52,7 @@ def get_since_until_from_query_object(
|
||||
"""
|
||||
this function will return since and until by tuple if
|
||||
1) the time_range is in the query object.
|
||||
2) the xaxis column is in the columns field
|
||||
2) the x-axis column is in the columns field
|
||||
and its corresponding `temporal_range` filter is in the adhoc filters.
|
||||
:param query_object: a valid query object
|
||||
:return: since and until by tuple
|
||||
|
||||
Reference in New Issue
Block a user