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

Commit 42795b5

Browse files
authored
Merge pull request #120 from leoebfolsom/lf/update_readme_snowflake
lf/update readme snowflake
2 parents 43c1c24 + 866ac49 commit 42795b5

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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>"`| πŸ’š |
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.
@@ -171,7 +171,10 @@ Users can also install several drivers at once:
171171
Usage: `data-diff DB1_URI TABLE1_NAME DB2_URI TABLE2_NAME [OPTIONS]`
172172

173173
See the [example command](#example-command-and-output) and the [sample
174-
connection strings](#supported-databases).
174+
connection strings](#supported-databases).
175+
176+
Note that for some databases, the arguments that you enter in the command line
177+
may be case-sensitive. This is the case for the Snowflake schema and table names.
175178

176179
Options:
177180

0 commit comments

Comments
Β (0)