Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bruin-data/ingestr
Browse files Browse the repository at this point in the history
  • Loading branch information
karakanb committed Apr 21, 2024
2 parents 7fa80b3 + 2611647 commit 37fb734
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/supported-sources/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ ingestr supports Snowflake as both a source and destination.
The URI format for Snowflake is as follows:

```plaintext
snowflake://user:password@account/dbname?warehouse=COMPUTE_WH
snowflake://user:password@account/dbname?warehouse=COMPUTE_WH&role=data_scientist
```

URI parameters:
- `user`: the user name to connect to the database
- `password`: the password for the user
- `account`: your Snowflake account identifier
- `dbname`: the name of the database to connect to
- `warehouse`: the name of the warehouse to use
- `warehouse`: the name of the warehouse to use (optional)
- `role`: the name of the role to use (optional)

The same URI structure can be used both for sources and destinations. You can read more about SQLAlchemy's Snowflake dialect [here](https://docs.snowflake.com/en/developer-guide/python-connector/sqlalchemy#connection-parameters).

0 comments on commit 37fb734

Please sign in to comment.