This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ $ data-diff \
126126| Redshift | ` redshift://<username>:<password>@<hostname>:5439/<database> ` | 💛 |
127127| Presto | ` presto://<username>:<password>@<hostname>:8080/<database> ` | 💛 |
128128| Databricks | ` databricks://<http_path>:<access_token>@<server_hostname>/<catalog>/<schema> ` | 💛 |
129- | ElasticSearch | | 📝 | | 📝 |
130129| Trino | ` trino://<username>:<password>@<hostname>:8080/<database> ` | 💛 |
131130| ElasticSearch | | 📝 |
132131| Databricks | | 📝 |
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ psycopg2 = { version = "*", optional = true }
3636mysql-connector-python = { version = " *" , optional = true }
3737snowflake-connector-python = { version = " *" , optional = true }
3838databricks-sql-connector = { version = " *" , optional = true }
39- trino = { version = " ^0.314.0" , optional = true }
4039
4140[tool .poetry .dev-dependencies ]
4241databricks-sql-connector = " *"
4342mysql-connector-python = " *"
4443preql = " ^0.2.15"
4544snowflake-connector-python = " *"
45+ trino = " ^0.314.0"
4646psycopg2 = " *"
4747presto-python-client = " *"
4848parameterized = " *"
You can’t perform that action at this time.
0 commit comments