Replies: 1 comment 4 replies
-
No. This is not how python package installation works and how containers work. If you want to use airlfow containers and add custom packages you must build your own image with those packages. This is the only reasonable and supported way for containers: https://airflow.apache.org/docs/helm-chart/stable/production-guide.html#extending-and-customizing-airflow-image and you need to have your pipeline to build and publish your image in your registry: Adding packages to your image with requirements.txt you have a good example here You can dynamically create virtulenvs for individual tasks by utilising PythonVirtualenvOpertor if you want though, but changing "system-wide" airflow Python environment in container world must be done with customized image. |
Beta Was this translation helpful? Give feedback.
-
Is gitsyncing requirements.txt possible? I can't see documentation.
Similiar question posed for older version of values.yml compared to latest.
Beta Was this translation helpful? Give feedback.
All reactions