Skip to content

Commit

Permalink
Update dremio_source.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylJonny committed Oct 11, 2024
1 parent 6079f05 commit 982482c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,6 @@ def close(self) -> None:
pass

def _sql_dialect(platform: str) -> str:
return "trino"
return "drill"

datahub.sql_parsing.sqlglot_utils._get_dialect_str = _sql_dialect

0 comments on commit 982482c

Please sign in to comment.