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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

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",