Skip to content

Commit

Permalink
Bump pinotdb version (#27201)
Browse files Browse the repository at this point in the history
Issue python-pinot-dbapi/pinot-dbapi#47 is resolved and released in 0.4.8 thus we can bump the package version

GitOrigin-RevId: 36b921741531612637cb244e938cd0bd1cad74a8
  • Loading branch information
eladkal authored and Cloud Composer Team committed Nov 8, 2024
1 parent 539b63c commit 0aded55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions airflow/providers/apache/pinot/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ versions:
dependencies:
- apache-airflow>=2.2.0
- apache-airflow-providers-common-sql>=1.2.0
- pinotdb>0.1.2
# Pinotdb 0.4.7 lacks ciso8601 as install_requires dependency, yet it has implicit dependency on it
# Until https://github.com/python-pinot-dbapi/pinot-dbapi/issues/47 is fixed we add the dependency in
# the provider dependency
- ciso8601
- pinotdb>0.4.7

integrations:
- integration-name: Apache Pinot
Expand Down
3 changes: 1 addition & 2 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@
"deps": [
"apache-airflow-providers-common-sql>=1.2.0",
"apache-airflow>=2.2.0",
"ciso8601",
"pinotdb>0.1.2"
"pinotdb>0.4.7"
],
"cross-providers-deps": [
"common.sql"
Expand Down

0 comments on commit 0aded55

Please sign in to comment.