Skip to content

Commit

Permalink
Revert "fix(dremio): query with alias (#23872)"
Browse files Browse the repository at this point in the history
This reverts commit 707c626.
  • Loading branch information
OskarNS committed Oct 16, 2023
1 parent 8c6bd4e commit b3fad48
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 b3fad48

Please sign in to comment.