Skip to content

Clean up the airflow.contrib package #9382

@mik-laj

Description

@mik-laj

Formerly the core code was maintained by the original creators - Airbnb. The code that was in the contrib package was supported by the community. The project was passed to the Apache community and currently the entire code is maintained by the community, so now the division has no justification, and it is only due to historical reasons.

Currently, we will try to clean up this mess and move the relevant modules to another place.

We have the following files left to move.

Each move should be carried out in a backward-compatible manner. If appropriate, we should add a note in UPDATING.md

The list is automatically generated using the following command:

grep  'This \(module\|package\) is deprecated.' -riL airflow/contrib/

This is the explanation of the parameters used on grep

     -L, --files-without-match
             each file processed.
     -R, -r, --recursive
             Recursively search subdirectories listed.
     -i, --ignore-case
             Perform case insensitive matching.

Are you wondering how to start contributing to this project? Start by reading our contributor guide

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions