Skip to content

Commit

Permalink
fix: rename Databricks (#16297)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored Aug 17, 2021
1 parent f581e04 commit 8a36356
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 8a36356

Please sign in to comment.