fix(dremio): Fixes issue with Dremio SQL generation for Charts with Series Limit (#25657)

This commit is contained in:
OskarNS 2023-10-18 21:54:27 +02:00 committed by GitHub
parent dc06fb8b11
commit be82657940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ class DremioEngineSpec(BaseEngineSpec):
engine = "dremio"
engine_name = "Dremio"
allows_alias_in_select = False
_time_grain_expressions = {
None: "{col}",
TimeGrain.SECOND: "DATE_TRUNC('second', {col})",