This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f
163
163
| Redshift | 🟢 | ` redshift://<username>:<password>@<hostname>:5439/<database> ` |
164
164
| DuckDB | 🟢 | ` duckdb://<filepath> ` |
165
165
| MotherDuck | 🟢 | ` duckdb://<filepath> ` |
166
- | Microsoft SQL Server | 🟢 | ` mssql://<user>:<password>@<host>/<database>/<schema> ` |
166
+ | Microsoft SQL Server* | 🟢 | ` mssql://<user>:<password>@<host>/<database>/<schema> ` |
167
167
| Oracle | 🟡 | ` oracle://<username>:<password>@<hostname>/servive_or_sid ` |
168
168
| Presto | 🟡 | ` presto://<username>:<password>@<hostname>:8080/<database> ` |
169
169
| Databricks | 🟡 | ` databricks://<http_path>:<access_token>@<server_hostname>/<catalog>/<schema> ` |
@@ -175,6 +175,7 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f
175
175
| Pinot | 📝 | |
176
176
| Druid | 📝 | | |
177
177
| SQLite | 📝 | |
178
+ * MS SQL Server support is limited, with known performance issues that are addressed in Datafold Cloud.
178
179
179
180
* 🟢: Implemented and thoroughly tested.
180
181
* 🟡: Implemented, but not thoroughly tested yet.
You can’t perform that action at this time.
0 commit comments