You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/10/23 15:40:28 UTC

[airflow] branch main updated: Bump min version of presto client to bring better dbapi compatibility (#35132)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ef2a9997d Bump min version of presto client to bring better dbapi compatibility (#35132)
8ef2a9997d is described below

commit 8ef2a9997d8b6633ba04dd9f752f504a2ce93e25
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Mon Oct 23 17:40:20 2023 +0200

    Bump min version of presto client to bring better dbapi compatibility (#35132)
    
    Previous version of client had compatibility issue with dbapi expected
    behaviour and returned None for getting records.
    
    Fixes: #31612
---
 airflow/providers/presto/provider.yaml | 2 +-
 generated/provider_dependencies.json   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/providers/presto/provider.yaml b/airflow/providers/presto/provider.yaml
index d5cba89306..acdd572760 100644
--- a/airflow/providers/presto/provider.yaml
+++ b/airflow/providers/presto/provider.yaml
@@ -52,7 +52,7 @@ versions:
 dependencies:
   - apache-airflow>=2.5.0
   - apache-airflow-providers-common-sql>=1.3.1
-  - presto-python-client>=0.8.2
+  - presto-python-client>=0.8.4
   - pandas>=0.17.1
 
 integrations:
diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json
index 1a8c9c3a89..692defdbc0 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -737,7 +737,7 @@
       "apache-airflow-providers-common-sql>=1.3.1",
       "apache-airflow>=2.5.0",
       "pandas>=0.17.1",
-      "presto-python-client>=0.8.2"
+      "presto-python-client>=0.8.4"
     ],
     "cross-providers-deps": [
       "common.sql",