Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit d0ba8a5

Browse files
authored
Merge pull request #142 from franloza/snowflake_auth_docs
Update README.md to include authenticator in Snowflake connection string
2 parents 5c3eba4 + 0ec029f commit d0ba8a5

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

β€ŽREADME.md

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

3535
## Table of Contents
3636

37-
- [Common use-cases](#common-use-cases)
38-
- [Example command and output](#example-command-and-output)
39-
- [Supported Databases](#supported-databases)
37+
- [**data-diff**](#data-diff)
38+
- [Table of Contents](#table-of-contents)
39+
- [Common use-cases](#common-use-cases)
40+
- [Example Command and Output](#example-command-and-output)
41+
- [Supported Databases](#supported-databases)
4042
- [How to install](#how-to-install)
43+
- [Install drivers](#install-drivers)
4144
- [How to use](#how-to-use)
45+
- [How to use from the command-line](#how-to-use-from-the-command-line)
46+
- [How to use from Python](#how-to-use-from-python)
4247
- [Technical Explanation](#technical-explanation)
43-
- [Performance Considerations](#performance-considerations)
48+
- [Performance Considerations](#performance-considerations)
4449
- [Development Setup](#development-setup)
50+
- [License](#license)
4551

4652
## Common use-cases
4753

@@ -110,22 +116,22 @@ $ data-diff \
110116

111117
## Supported Databases
112118

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 | | πŸ“ |
119+
| Database | Connection string | Status |
120+
|---------------|------------------------------------------------------------------------------------------------------------------------------------|--------|
121+
| PostgreSQL | `postgresql://<user>:<password>@<hostname>:5432/<database>` | πŸ’š |
122+
| MySQL | `mysql://<user>:<password>@<hostname>:5432/<database>` | πŸ’š |
123+
| Snowflake | `"snowflake://<user>[:<password>]@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>[&authenticator=externalbrowser]"`| πŸ’š |
124+
| Oracle | `oracle://<username>:<password>@<hostname>/database` | πŸ’› |
125+
| BigQuery | `bigquery://<project>/<dataset>` | πŸ’› |
126+
| Redshift | `redshift://<username>:<password>@<hostname>:5439/<database>` | πŸ’› |
127+
| Presto | `presto://<username>:<password>@<hostname>:8080/<database>` | πŸ’› |
128+
| ElasticSearch | | πŸ“ |
129+
| Databricks | | πŸ“ |
130+
| Planetscale | | πŸ“ |
131+
| Clickhouse | | πŸ“ |
132+
| Pinot | | πŸ“ |
133+
| Druid | | πŸ“ |
134+
| Kafka | | πŸ“ |
129135

130136
* πŸ’š: Implemented and thoroughly tested.
131137
* πŸ’›: Implemented, but not thoroughly tested yet.

0 commit comments

Comments
Β (0)