vsoch commented on issue #7191: [AIRFLOW-4030] second attempt to add singularity to airflow URL: https://github.com/apache/airflow/pull/7191#issuecomment-586640931 Okay the changes I've just made: - moved `airflow/contrib/operators/singularity_operator.py` to `airflow/providers/singularity/operators/__init__.py` and added `__init__.py` in folder above to make module. - updated docs to point to - :mod:`airflow.providers.operators.singularity` - added `airflow/providers/singularity/operators/index` to the autoapi_templates index file (I just figured this out with grep, I had already triggered the new testing with fixes to setup.py - for the mock tests, I have no idea how to do this, but I changed the image / commands to actual commands / images that might be used. As for the rest, no clue. I don't know what devliscie is, just fyi.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
