Skip to content

Commit 0699f80

Browse files
author
Fran Lozano
committed
Update README.md to include authenticator in Snowflake connection string
1 parent bb12581 commit 0699f80

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ better than MySQL.
3434

3535
## Table of Contents
3636

37-
- [Common use-cases](#common-use-cases)
37+
- [Common use-cases](#common-use-cases)
3838
- [Example command and output](#example-command-and-output)
39-
- [Supported Databases](#supported-databases)
39+
- [Supported Databases](#supported-databases)
4040
- [How to install](#how-to-install)
4141
- [How to use](#how-to-use)
4242
- [Technical Explanation](#technical-explanation)
43-
- [Performance Considerations](#performance-considerations)
43+
- [Performance Considerations](#performance-considerations)
4444
- [Development Setup](#development-setup)
4545

4646
## Common use-cases
@@ -110,22 +110,22 @@ $ data-diff \
110110

111111
## Supported Databases
112112

113-
| Database | Connection string | Status |
114-
|---------------|--------------------------------------------------------------------------------------------------|--------|
115-
| PostgreSQL | `postgresql://<user>:<password>@<hostname>:5432/<database>` | 💚 |
116-
| MySQL | `mysql://<user>:<password>@<hostname>:5432/<database>` | 💚 |
117-
| Snowflake | `"snowflake://<user>:<password>@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>"`| 💚 |
118-
| Oracle | `oracle://<username>:<password>@<hostname>/database` | 💛 |
119-
| BigQuery | `bigquery://<project>/<dataset>` | 💛 |
120-
| Redshift | `redshift://<username>:<password>@<hostname>:5439/<database>` | 💛 |
121-
| Presto | `presto://<username>:<password>@<hostname>:8080/<database>` | 💛 |
122-
| ElasticSearch | | 📝 |
123-
| Databricks | | 📝 |
124-
| Planetscale | | 📝 |
125-
| Clickhouse | | 📝 |
126-
| Pinot | | 📝 |
127-
| Druid | | 📝 |
128-
| Kafka | | 📝 |
113+
| Database | Connection string | Status |
114+
|---------------|------------------------------------------------------------------------------------------------------------------------------------|--------|
115+
| PostgreSQL | `postgresql://<user>:<password>@<hostname>:5432/<database>` | 💚 |
116+
| MySQL | `mysql://<user>:<password>@<hostname>:5432/<database>` | 💚 |
117+
| Snowflake | `"snowflake://<user>[:<password>]@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>[&authenticator=externalbrowser]"`| 💚 |
118+
| Oracle | `oracle://<username>:<password>@<hostname>/database` | 💛 |
119+
| BigQuery | `bigquery://<project>/<dataset>` | 💛 |
120+
| Redshift | `redshift://<username>:<password>@<hostname>:5439/<database>` | 💛 |
121+
| Presto | `presto://<username>:<password>@<hostname>:8080/<database>` | 💛 |
122+
| ElasticSearch | | 📝 |
123+
| Databricks | | 📝 |
124+
| Planetscale | | 📝 |
125+
| Clickhouse | | 📝 |
126+
| Pinot | | 📝 |
127+
| Druid | | 📝 |
128+
| Kafka | | 📝 |
129129

130130
* 💚: Implemented and thoroughly tested.
131131
* 💛: Implemented, but not thoroughly tested yet.

0 commit comments

Comments
 (0)