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 (#25657)
  • Loading branch information
OskarNS authored Oct 18, 2023
1 parent dc06fb8 commit be82657
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 be82657

Please sign in to comment.