I have Airflow running in Docker. I now want to add my custom airflow provider to it. How can I do it?
Thanks
I have Airflow running in Docker. I now want to add my custom airflow provider to it. How can I do it?
Thanks
Copyright © 2021 Jogjafile Inc.
Just make sure you follow https://airflow.apache.org/docs/apache-airflow-providers/#how-to-create-your-own-provider guidelines. Otherwise, you do not need any special thing other than installing it in your docker container.
I'll recommend installing it while building the image by adding a command in your docker file to install your custom provider