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

Commit 0ec029f

Browse files
committed
Merge remote-tracking branch 'origin/snowflake_auth_docs' into snowflake_auth_docs
2 parents a6269f6 + e169638 commit 0ec029f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -116,22 +116,22 @@ $ data-diff \
116116

117117
## Supported Databases
118118

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>"`| 💚 |
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 | | 📝 |
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 | | 📝 |
135135

136136
* 💚: Implemented and thoroughly tested.
137137
* 💛: Implemented, but not thoroughly tested yet.

0 commit comments

Comments
 (0)