Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for managed Airflow via plugin #60

Closed
jeremyadamsfisher opened this issue Jun 11, 2021 · 2 comments
Closed

Support for managed Airflow via plugin #60

jeremyadamsfisher opened this issue Jun 11, 2021 · 2 comments
Labels

Comments

@jeremyadamsfisher
Copy link

Is your feature request related to a problem? Please describe.
I would like to use a managed Airflow cluster like MWAA. Therefore, I cannot swap out the airflow executable. It can, however, take custom plugins.

Describe the solution you'd like
Distribute cwl-airflow as a plugin or the equivalent to work on a managed Airflow system

@michael-kotliar
Copy link
Member

michael-kotliar commented Jun 13, 2021

Hi @jeremyadamsfisher,

Thank you for your feature request. We are working on moving CWL-Airflow to the cloud, so smooth integration with MWAA is on our TODO list.

If you can install custom python packages on MWAA, you don't need to swap the original airflow executable. You just need to install CWL-Airflow package and create your DAGs using CWLDAG class. CWL-Airflow uses the original Airflow and only extends its functionality with the ability to parse and execute CWL workflows. Let me know if you have any questions about installation and configuration of CWL-Airflow.

@jeremyadamsfisher
Copy link
Author

For others' reference, it seems one can install custom packages on MWAA: https://docs.aws.amazon.com/mwaa/latest/userguide/best-practices-dependencies.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants