Skip to content

Commit

Permalink
Add more precise optional dependency to cncf.kubernetes from flink (#…
Browse files Browse the repository at this point in the history
…29707)

The Flink provider has an optional cncf.kubernetes depedency that
requires cncf.kubernetes at least in version 5.1.0 (some new features
of the classes in cncf.kubernetes are used in Flink on Kubernetes.
  • Loading branch information
potiuk committed Feb 22, 2023
1 parent 8449180 commit 9aa873a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions airflow/providers/apache/flink/provider.yaml
Expand Up @@ -54,3 +54,8 @@ sensors:
- integration-name: Apache Flink
python-modules:
- airflow.providers.apache.flink.sensors.flink_kubernetes

additional-extras:
- name: cncf.kubernetes
dependencies:
- apache-airflow-providers-cncf-kubernetes>=5.1.0

0 comments on commit 9aa873a

Please sign in to comment.