You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/05 10:54:25 UTC

[GitHub] [airflow] mik-laj commented on issue #8716: Support on packaged dags

mik-laj commented on issue #8716:
URL: https://github.com/apache/airflow/issues/8716#issuecomment-623986153


   > packaged dags cannot contain dynamic libraries (eg. libz.so) these need to be available on the system if a module needs those. In other words only pure python modules can be packaged.
   
   https://airflow.readthedocs.io/en/latest/concepts.html?highlight=packaged%20dags#packaged-dags
   
   Packaged DAGs is only a partial solution to the dependency problem because it only allows you to load Python libraries. All complex math libraries are not supported.


----------------------------------------------------------------
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:
users@infra.apache.org