Skip to content

Commit

Permalink
fix(dremio): Fixes issue with Dremio SQL generation for Charts with S…
Browse files Browse the repository at this point in the history
…eries Limit (apache#25657)
  • Loading branch information
OskarNS authored and sfirke committed Mar 22, 2024
1 parent 7686e79 commit d4fe19d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/db_engine_specs/dremio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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})",
Expand Down

0 comments on commit d4fe19d

Please sign in to comment.