From f774e833d3fe1e6685a976c09bea0919ad5f3a35 Mon Sep 17 00:00:00 2001 From: amosdoublec <112558309+amosdoublec@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:02:13 +0300 Subject: [PATCH] Update databricks.mdx from issue: https://github.com/apache/superset/issues/20772 seems like a bad documentation --- docs/docs/databases/databricks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/databases/databricks.mdx b/docs/docs/databases/databricks.mdx index e9bbd4b685219..89131eaa9eb6b 100644 --- a/docs/docs/databases/databricks.mdx +++ b/docs/docs/databases/databricks.mdx @@ -10,7 +10,7 @@ version: 1 Databricks now offer a native DB API 2.0 driver, `databricks-sql-connector`, that can be used with the `sqlalchemy-databricks` dialect. You can install both with: ```bash -pip install "superset[databricks]" +pip install "apache-superset[databricks]" ``` To use the Hive connector you need the following information from your cluster: