tree: 51b3678b23ee374ddc4fcd0a1e6c2e226b3ebf3a [path history] [tgz]
  1. example_dags/
  2. operators/
  3. __init__.py
  4. PROVIDERS_CHANGES_2020.06.24.md
  5. README.md
airflow/providers/singularity/README.md

Package apache-airflow-backport-providers-singularity

Release: 2020.6.24

Table of contents

Backport package

This is a backport providers package for singularity provider. All classes for this provider package are in airflow.providers.singularity 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.

Installation

You can install this package on top of an existing airflow 1.10.* installation via pip install apache-airflow-backport-providers-singularity

Compatibility

For full compatibility and test status of the backport packages check Airflow Backport Package Compatibility

PIP requirements

PIP packageVersion required
spython>=0.0.56

Provider classes summary

In Airflow 2.0, all operators, transfers, hooks, sensors, secrets for the singularity provider are in the airflow.providers.singularity 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.singularity package
operators.singularity.SingularityOperator

Releases

Release 2020.6.24

CommitCommittedSubject
12af6a0802020-06-19Final cleanup for 2020.6.23rc1 release preparation (#9404)
c7e5bce572020-06-19Prepare backport release candidate for 2020.6.23rc1 (#9370)
f6bd817a32020-06-16Introduce 'transfers' packages (#9320)
0b0e4f7a42020-05-26Preparing for RC3 release of backports (#9026)
00642a46d2020-05-26Fixed name of 20 remaining wrongly named operators. (#8994)
e742ef7c72020-05-23Fix typo in test_project_structure (#8978)
375d1ca222020-05-19Release candidate 2 for backport packages 2020.05.20 (#8898)
12c5e5d8a2020-05-17Prepare release candidate for backport packages (#8891)
f3521fb0e2020-05-16Regenerate readme files for backport package release (#8886)
92585ca4c2020-05-15Added automated release notes generation for backport operators (#8807)
42c59755a2020-05-09Update example SingularityOperator DAG (#8790)
3320e432a2020-02-24[AIRFLOW-6817] Lazy-load airflow.DAG to keep user-facing API untouched (#7517)
0bb6879902020-02-23[AIRFLOW-4030] second attempt to add singularity to airflow (#7191)