Skip to content

Commit

Permalink
docs: add snowflake-sqlalchemy in ./docker/requirements-local.txt (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
janhavitripurwar authored Sep 18, 2023
1 parent fba66c6 commit 6e799e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/databases/snowflake.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ version: 1

## Snowflake

### Install Snowflake Driver

Follow the steps [here](/docs/databases/docker-add-drivers) about how to
install new database drivers when setting up Superset locally via docker-compose.

```
echo "snowflake-sqlalchemy" >> ./docker/requirements-local.txt
```

The recommended connector library for Snowflake is
[snowflake-sqlalchemy](https://pypi.org/project/snowflake-sqlalchemy/).

Expand Down

0 comments on commit 6e799e3

Please sign in to comment.