etsy / boundary-layer

Builds Airflow DAGs from configuration files. Powers all DAGs on the Etsy Data Platform
Apache License 2.0
262 stars 58 forks source link

Import plugins with Airflow 2.0 #99

Open alanaalfeche opened 3 years ago

alanaalfeche commented 3 years ago

Hi Etsy Engineers!

I just wanted to start by commending your effort in putting together this project. I had the pleasure of trying it out in our airflow project, and we are very pleased by the result!

Our airflow project has many customized operators/hooks/etc. But with Airflow 2.0 removal of support in importing operators, sensors, and hooks via plugins, how do you suggest we register our custom plugins to be used by boundary layer? https://airflow.apache.org/docs/apache-airflow/stable/plugins.html#plugins

Alana