Airflow

    Table of contents

    Version as of 06:28, 18 May 2024

    to this version.

    Return to Version archive.

    View current version

    Apache Airflow is a generic pipeline framework. See http://airflow.apache.org/ for more information

    Activation / Deactivation

    airflow is available on the cluster through a python virtualenv. In order to activate execute:

    source /cluster/virtualenvs/python3-l1/bin/activate
    

    when done deactivate by running:

     deactivate