Ultrabug created AIRFLOW-1357:
---------------------------------

             Summary: Scheduler does not support zip files
                 Key: AIRFLOW-1357
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1357
             Project: Apache Airflow
          Issue Type: Bug
          Components: scheduler
    Affects Versions: 1.8.1
            Reporter: Ultrabug
            Priority: Critical
         Attachments: fix_scheduler_zip_file_support.patch

Users from 1.7 series of airflow using zipped DAGs are unable to migrate to 
1.8+ series because the scheduler does not detect/run them.

The zipfile support is still present in the models.py file so the zipped DAGs 
do show up on `airflow list_dags` but they are never executed by the scheduler 
since it only cares for .py files.

I'm attaching the fix for this, will also open a GH PR.

Tested ok & in production here.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to