Skip to content

Commit

Permalink
Bump Trino version to fix non-working DML queries (#27168)
Browse files Browse the repository at this point in the history
* Bump Trino version to fix non-working DML queries

* Update generated dependencies with pre-commit

Co-authored-by: Oleksandr Malyga <[email protected]>
Co-authored-by: eladkal <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2022
1 parent e361be7 commit 09c045f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/trino/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- apache-airflow>=2.3.0
- apache-airflow-providers-common-sql>=1.3.0
- pandas>=0.17.1
- trino>=0.301.0
- trino>=0.318.0

integrations:
- integration-name: Trino
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@
"apache-airflow-providers-common-sql>=1.3.0",
"apache-airflow>=2.3.0",
"pandas>=0.17.1",
"trino>=0.301.0"
"trino>=0.318.0"
],
"cross-providers-deps": [
"common.sql",
Expand Down

0 comments on commit 09c045f

Please sign in to comment.