Skip to content

Commit

Permalink
fix(docs): Update databricks.mdx with correct pip package name (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
amosdoublec authored May 31, 2023
1 parent e45be6a commit 541e461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/databases/databricks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 541e461

Please sign in to comment.