mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
fix(ingest): trino - add trino package max version restriction (#6137)
This commit is contained in:
parent
11092c73cf
commit
3f84a2050a
@ -164,8 +164,9 @@ snowflake_common = {
|
||||
}
|
||||
|
||||
trino = {
|
||||
"trino>=0.308",
|
||||
"trino[sqlalchemy]>=0.308",
|
||||
# The upper bound was added because of a breaking change in the Trino dialect.
|
||||
# See https://github.com/trinodb/trino-python-client/issues/250.
|
||||
"trino[sqlalchemy]>=0.308, <0.317",
|
||||
}
|
||||
|
||||
microsoft_common = {"msal==1.16.0"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user