This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a36356  fix: rename Databricks (#16297)
8a36356 is described below

commit 8a36356f49eecdbdf61715208fd1a6fd769257c2
Author: Beto Dealmeida <[email protected]>
AuthorDate: Tue Aug 17 11:16:51 2021 -0700

    fix: rename Databricks (#16297)
---
 superset/db_engine_specs/databricks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/db_engine_specs/databricks.py 
b/superset/db_engine_specs/databricks.py
index deb9a35..1c11c40 100644
--- a/superset/db_engine_specs/databricks.py
+++ b/superset/db_engine_specs/databricks.py
@@ -20,6 +20,6 @@ from superset.db_engine_specs.hive import HiveEngineSpec
 
 class DatabricksHiveEngineSpec(HiveEngineSpec):
     engine = "databricks"
-    engine_name = "Databricks Hive"
+    engine_name = "Databricks"
     driver = "pyhive"
     _show_functions_column = "function"

Reply via email to