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

Commit b839ae6

Browse files
committed
Fix Readme and trino dev dependency
1 parent cb8c943 commit b839ae6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 | | 📝 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ psycopg2 = { version = "*", optional = true }
3636
mysql-connector-python = { version = "*", optional = true}
3737
snowflake-connector-python = { version = "*", optional = true }
3838
databricks-sql-connector = { version = "*", optional = true}
39-
trino = { version = "^0.314.0", optional = true }
4039

4140
[tool.poetry.dev-dependencies]
4241
databricks-sql-connector = "*"
4342
mysql-connector-python = "*"
4443
preql = "^0.2.15"
4544
snowflake-connector-python = "*"
45+
trino = "^0.314.0"
4646
psycopg2 = "*"
4747
presto-python-client = "*"
4848
parameterized = "*"

0 commit comments

Comments
 (0)