Skip to content

Commit

Permalink
Rename Databricks specs
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Sep 29, 2021
1 parent 132d24f commit 64574ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/db_engine_specs/databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@

class DatabricksHiveEngineSpec(HiveEngineSpec):
engine = "databricks"
engine_name = "Databricks (Hive)"
engine_name = "Databricks Interactive Cluster"
driver = "pyhive"
_show_functions_column = "function"


class DatabricksODBCEngineSpec(BaseEngineSpec):
engine = "databricks"
engine_name = "Databricks (ODBC)"
engine_name = "Databricks SQL Endpoint"
driver = "pyodbc"

# the syntax for the ODBC engine is identical to the Hive one, so
Expand Down

0 comments on commit 64574ce

Please sign in to comment.