Back-ported airflow.providers.cncf.kubernetes.* package for Airflow 1.10.*
Project description
Package apache-airflow-backport-providers-cncf-kubernetes
Release: 2020.10.5
Backport package
This is a backport providers package for cncf.kubernetes
provider. All classes for this provider package
are in airflow.providers.cncf.kubernetes
python package.
Only Python 3.6+ is supported for this backport package.
While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you want to use this backport package.
Additional limitations
This provider is only usable with Apache Airflow >= 1.10.12 version due to refactorings implemented in Apache Airflow 1.10.11 and fixes implemented in 1.10.11. The package has appropriate requirements set so you should not be able to install it with Apache Airflow < 1.10.12.
Installation
You can install this package on top of an existing airflow 1.10.* installation via
pip install apache-airflow-backport-providers-cncf-kubernetes
PIP requirements
PIP package | Version required |
---|---|
cryptography | >=2.0.0 |
kubernetes | >=3.0.0 |
Provider classes summary
In Airflow 2.0, all operators, transfers, hooks, sensors, secrets for the cncf.kubernetes
provider
are in the airflow.providers.cncf.kubernetes
package. You can read more about the naming conventions used
in Naming conventions for provider packages
Operators
New operators
New Airflow 2.0 operators: airflow.providers.cncf.kubernetes package |
---|
operators.spark_kubernetes.SparkKubernetesOperator |
Moved operators
Airflow 2.0 operators: airflow.providers.cncf.kubernetes package |
Airflow 1.10.* previous location (usually airflow.contrib ) |
---|---|
operators.kubernetes_pod.KubernetesPodOperator | contrib.operators.kubernetes_pod_operator.KubernetesPodOperator |
Sensors
New sensors
New Airflow 2.0 sensors: airflow.providers.cncf.kubernetes package |
---|
sensors.spark_kubernetes.SparkKubernetesSensor |
Hooks
New hooks
New Airflow 2.0 hooks: airflow.providers.cncf.kubernetes package |
---|
hooks.kubernetes.KubernetesHook |
Releases
Release 2020.10.5
Commit | Committed | Subject |
---|---|---|
5220e4c38 | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
a888198c2 | 2020-09-27 | Allow overrides for pod_template_file (#11162) |
0161b5ea2 | 2020-09-26 | Increasing type coverage for multiple provider (#11159) |
e3f96ce7a | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
f3e87c503 | 2020-09-22 | Add D202 pydocstyle check (#11032) |
b61225a88 | 2020-09-21 | Add D204 pydocstyle check (#11031) |
cba51d49e | 2020-09-17 | Simplify the K8sExecutor and K8sPodOperator (#10393) |
1294e15d4 | 2020-09-16 | KubernetesPodOperator template fix (#10963) |
5d6d5a2f7 | 2020-09-14 | Allow to specify path to kubeconfig in KubernetesHook (#10453) |
7edfac957 | 2020-09-09 | Add connection caching to KubernetesHook (#10447) |
9549274d1 | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
90c150568 | 2020-09-04 | Make grace_period_seconds option on K8sPodOperator (#10727) |
338b412c0 | 2020-09-02 | Add on_kill support for the KubernetesPodOperator (#10666) |
596bc1337 | 2020-08-31 | Adds 'cncf.kubernetes' package back to backport provider packages. (#10659) |
1e5aa4465 | 2020-08-26 | Spark-on-K8S sensor - add driver logs (#10023) |
fdd9b6f65 | 2020-08-25 | Enable Black on Providers Packages (#10543) |
2f2d8dbfa | 2020-08-25 | Remove all "noinspection" comments native to IntelliJ (#10525) |
7c206a82a | 2020-08-22 | Replace assigment with Augmented assignment (#10468) |
8cd2be9e1 | 2020-08-11 | Fix KubernetesPodOperator reattachment (#10230) |
cdec30125 | 2020-08-07 | Add correct signature to all operators and sensors (#10205) |
24c8e4c2d | 2020-08-06 | Changes to all the constructors to remove the args argument (#10163) |
aeea71274 | 2020-08-02 | Remove args parameter from provider operator constructors (#10097) |
f1fd3e2c4 | 2020-07-31 | Fix typo on reattach property of kubernetespodoperator (#10056) |
03c435174 | 2020-07-31 | Allow image in KubernetesPodOperator to be templated (#10068) |
88c160306 | 2020-07-31 | Improve docstring note about GKEStartPodOperator on KubernetesPodOperator (#10049) |
7d24b088c | 2020-07-25 | Stop using start_date in default_args in example_dags (2) (#9985) |
33f0cd265 | 2020-07-22 | apply_default keeps the function signature for mypy (#9784) |
c2db0dfeb | 2020-07-22 | More strict rules in mypy (#9705) (#9906) |
719ae2bf6 | 2020-07-22 | Dump Pod as YAML in logs for KubernetesPodOperator (#9895) |
840799d55 | 2020-07-20 | Improve KubernetesPodOperator guide (#9079) |
44d4ae809 | 2020-07-06 | Upgrade to latest pre-commit checks (#9686) |
8bd15ef63 | 2020-07-01 | Switches to Helm Chart for Kubernetes tests (#9468) |
40bf8f28f | 2020-06-18 | Detect automatically the lack of reference to the guide in the operator descriptions (#9290) |
1d36b0303 | 2020-05-23 | Fix references in docs (#8984) |
e742ef7c7 | 2020-05-23 | Fix typo in test_project_structure (#8978) |
375d1ca22 | 2020-05-19 | Release candidate 2 for backport packages 2020.05.20 (#8898) |
12c5e5d8a | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
8985df0bf | 2020-05-16 | Monitor pods by labels instead of names (#6377) |
f3521fb0e | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
92585ca4c | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
f82ad452b | 2020-05-15 | Fix KubernetesPodOperator pod name length validation (#8829) |
1ccafc617 | 2020-04-02 | Add spark_kubernetes system test (#7875) |
cd546b664 | 2020-03-23 | Add missing call to Super class in 'cncf' & 'docker' providers (#7825) |
6c39a3bf9 | 2020-03-10 | [AIRFLOW-6542] Add spark-on-k8s operator/hook/sensor (#7163) |
42eef3821 | 2020-03-07 | [AIRFLOW-6877] Add cross-provider dependencies as extras (#7506) |
3320e432a | 2020-02-24 | [AIRFLOW-6817] Lazy-load airflow.DAG to keep user-facing API untouched (#7517) |
0ec277412 | 2020-02-24 | [AIRFLOW-5629] Implement Kubernetes priorityClassName in KubernetesPodOperator (#7395) |
9cbd7de6d | 2020-02-18 | [AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412) |
967930c0c | 2020-02-11 | [AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file (#6230) |
96f834389 | 2020-02-03 | [AIRFLOW-6678] Pull event logs from Kubernetes (#7292) |
97a429f9d | 2020-02-02 | [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) |
cf141506a | 2020-02-02 | [AIRFLOW-6708] Set unique logger names (#7330) |
373c6aa4a | 2020-01-30 | [AIRFLOW-6682] Move GCP classes to providers package (#7295) |
83c037873 | 2020-01-30 | [AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287) |
059eda05f | 2020-01-21 | [AIRFLOW-6610] Move software classes to providers package (#7231) |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for apache-airflow-backport-providers-cncf-kubernetes-2020.10.5rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 933a7ce65af6bb22d743b38d64c9e9f1e85cf614fbfe16968fbd07a552f634a3 |
|
MD5 | fcaf0c86b16a32726f2b9cc524526942 |
|
BLAKE2b-256 | 97f1e7243979b2c7795066ac4a372c4bd1bb14df2d0ef23552e8708973daa9eb |
Hashes for apache_airflow_backport_providers_cncf_kubernetes-2020.10.5rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0da60736c2e23e09bde9d7f745327951a46918d8e802ff81d675c7ddb5ee888 |
|
MD5 | 8a35e9ac886540c2f55fbb3e5cb50558 |
|
BLAKE2b-256 | f3574d3e17a5a1d638a8151c5fe68874db2592d699a3834b3e0d09464359bcda |