From 541e461b77543c4cd68b07ee2cbce1169ef33eb6 Mon Sep 17 00:00:00 2001 From: amosdoublec <112558309+amosdoublec@users.noreply.github.com> Date: Wed, 31 May 2023 22:03:30 +0300 Subject: [PATCH] fix(docs): Update databricks.mdx with correct pip package name (#23562) --- 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 e9bbd4b685..89131eaa9e 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: