This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 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
163163| Redshift | 🟢 | ` redshift://<username>:<password>@<hostname>:5439/<database> ` |
164164| DuckDB | 🟢 | ` duckdb://<filepath> ` |
165165| MotherDuck | 🟢 | ` duckdb://<filepath> ` |
166- | Microsoft SQL Server | 🟢 | ` mssql://<user>:<password>@<host>/<database>/<schema> ` |
166+ | Microsoft SQL Server* | 🟢 | ` mssql://<user>:<password>@<host>/<database>/<schema> ` |
167167| Oracle | 🟡 | ` oracle://<username>:<password>@<hostname>/servive_or_sid ` |
168168| Presto | 🟡 | ` presto://<username>:<password>@<hostname>:8080/<database> ` |
169169| 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
175175| Pinot | 📝 | |
176176| Druid | 📝 | | |
177177| SQLite | 📝 | |
178+ * MS SQL Server support is limited, with known performance issues that are addressed in Datafold Cloud.
178179
179180* 🟢: Implemented and thoroughly tested.
180181* 🟡: Implemented, but not thoroughly tested yet.
You can’t perform that action at this time.
0 commit comments