From a059446e581811f3e7bf1e3793910b27f5f814de Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 22 Feb 2024 11:19:53 -0700 Subject: [PATCH 1/2] fix(trino): bumping trino to fix hudi schema fetching --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3917d8a3f2f37..67b0d3fdbe2ee 100644 --- a/setup.py +++ b/setup.py @@ -189,7 +189,7 @@ def get_git_sha() -> str: "playwright": ["playwright>=1.37.0, <2"], "postgres": ["psycopg2-binary==2.9.6"], "presto": ["pyhive[presto]>=0.6.5"], - "trino": ["trino>=0.324.0"], + "trino": ["trino>=0.328.0"], "prophet": ["prophet>=1.1.5, <2"], "redshift": ["sqlalchemy-redshift>=0.8.1, <0.9"], "rockset": ["rockset-sqlalchemy>=0.0.1, <1"], From 34af6a21eff0fa8fedb49f84e7aa2bac523d3327 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Fri, 23 Feb 2024 11:02:42 -0700 Subject: [PATCH 2/2] results of pip-compile-multi --no-upgrade --- requirements/base.txt | 4 +++- requirements/development.txt | 11 +---------- requirements/testing.txt | 2 +- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index f32e509db1dad..5cf7940840ffa 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -143,7 +143,9 @@ geopy==2.2.0 google-auth==2.27.0 # via shillelagh greenlet==3.0.3 - # via shillelagh + # via + # shillelagh + # sqlalchemy gunicorn==21.2.0 # via apache-superset hashids==1.3.1 diff --git a/requirements/development.txt b/requirements/development.txt index f481ab8b80473..ef4ff840650f8 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -82,10 +82,6 @@ ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pure-sasl==0.6.2 - # via - # pyhive - # thrift-sasl pydruid==0.6.5 # via apache-superset pyhive[hive_pure_sasl]==0.7.0 @@ -109,12 +105,7 @@ tableschema==1.20.2 tabulator==1.53.5 # via tableschema thrift==0.16.0 - # via - # apache-superset - # pyhive - # thrift-sasl -thrift-sasl==0.4.3 - # via pyhive + # via apache-superset tomlkit==0.11.8 # via pylint traitlets==5.9.0 diff --git a/requirements/testing.txt b/requirements/testing.txt index 1e7215e000987..85ecb529489a0 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -132,7 +132,7 @@ tqdm==4.65.0 # via # cmdstanpy # prophet -trino==0.324.0 +trino==0.328.0 # via apache-superset tzlocal==4.3 # via trino