Skip to content

Commit

Permalink
Add more-itertools as dependency of common-sql (#37359)
Browse files Browse the repository at this point in the history
(cherry picked from commit 560d073)
  • Loading branch information
potiuk authored and ephraimbuddy committed Feb 22, 2024
1 parent f495422 commit acddcbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/common/sql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ versions:
dependencies:
- apache-airflow>=2.6.0
- sqlparse>=0.4.2
- more-itertools>=9.0.0

additional-extras:
- name: pandas
Expand Down
1 change: 1 addition & 0 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@
"common.sql": {
"deps": [
"apache-airflow>=2.6.0",
"more-itertools>=9.0.0",
"sqlparse>=0.4.2"
],
"devel-deps": [],
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ cohere = [ # source: airflow/providers/cohere/provider.yaml
]
common-io = [] # source: airflow/providers/common/io/provider.yaml
common-sql = [ # source: airflow/providers/common/sql/provider.yaml
"more-itertools>=9.0.0",
"sqlparse>=0.4.2",
]
databricks = [ # source: airflow/providers/databricks/provider.yaml
Expand Down

0 comments on commit acddcbd

Please sign in to comment.