fix: Remove BASE_AXIS from pre-query (#29084)

This commit is contained in:
John Bodley
2024-06-05 10:27:26 -07:00
committed by GitHub
parent df0b1cb8ed
commit 17d7e7e5e1
6 changed files with 25 additions and 17 deletions

View File

@@ -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