Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PinotDB dependencies #26705

Merged
merged 1 commit into from Sep 27, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions airflow/providers/apache/pinot/provider.yaml
Expand Up @@ -36,9 +36,11 @@ versions:
dependencies:
- apache-airflow>=2.2.0
- apache-airflow-providers-common-sql>=1.1.0
# pinotdb v0.1.1 may still work with older versions of Apache Pinot, but we've confirmed that it
# causes a problem with newer versions.
- 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

integrations:
- integration-name: Apache Pinot
Expand Down
1 change: 1 addition & 0 deletions generated/provider_dependencies.json
Expand Up @@ -133,6 +133,7 @@
"deps": [
"apache-airflow-providers-common-sql>=1.1.0",
"apache-airflow>=2.2.0",
"ciso8601",
"pinotdb>0.1.2"
],
"cross-providers-deps": [
Expand Down