Skip to content

Commit

Permalink
Bump min version of presto client to bring better dbapi compatibility (
Browse files Browse the repository at this point in the history
…#35132)

Previous version of client had compatibility issue with dbapi expected
behaviour and returned None for getting records.

Fixes: #31612
(cherry picked from commit 8ef2a99)
  • Loading branch information
potiuk committed Oct 29, 2023
1 parent b7ee481 commit 1ea7b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/presto/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ versions:
dependencies:
- apache-airflow>=2.4.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:
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@
"apache-airflow-providers-common-sql>=1.3.1",
"apache-airflow>=2.4.0",
"pandas>=0.17.1",
"presto-python-client>=0.8.2"
"presto-python-client>=0.8.4"
],
"cross-providers-deps": [
"common.sql",
Expand Down

0 comments on commit 1ea7b0b

Please sign in to comment.