Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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