fix: Hive integration test (#27523)

This commit is contained in:
Beto Dealmeida
2024-03-20 13:55:35 -04:00
committed by GitHub
parent d5680ad376
commit 5e8459bb91

View File

@@ -450,6 +450,9 @@ class TestPostChartDataApi(BaseTestChartDataApi):
"""
Chart data API: Test chart data query with applied time extras
"""
if backend() == "hive":
return
self.query_context_payload["queries"][0]["applied_time_extras"] = {
"__time_range": "100 years ago : now",
"__time_origin": "now",