Skip to content

Commit

Permalink
fix: rename Databricks (apache#16297)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and Emmanuel Bavoux committed Nov 14, 2021
1 parent 317153f commit e0d1d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

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

0 comments on commit e0d1d8e

Please sign in to comment.