You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Narsimha1997 (via GitHub)" <gi...@apache.org> on 2023/03/03 05:35:13 UTC

[GitHub] [airflow] Narsimha1997 opened a new issue, #29890: Import error for dagfactory module

Narsimha1997 opened a new issue, #29890:
URL: https://github.com/apache/airflow/issues/29890

   ### Apache Airflow version
   
   2.5.1
   
   ### What happened
   
   Iam running airflow version 2.3.0 through docker and python version is 3.10.6, i installed dag-factory python module using pip and but getting error in the airflow web interface showing that 'No module named dagfactory'. I also entered into container and again installed the module using pip but same same issue, any suggestions please let me know.
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   you can mail to me.
   
   ### Operating System
   
   Ubutnu
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] boring-cyborg[bot] commented on issue #29890: Import error for dagfactory module

Posted by "boring-cyborg[bot] (via GitHub)" <gi...@apache.org>.
boring-cyborg[bot] commented on issue #29890:
URL: https://github.com/apache/airflow/issues/29890#issuecomment-1453001049

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal commented on issue #29890: Import error for dagfactory module

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal commented on issue #29890:
URL: https://github.com/apache/airflow/issues/29890#issuecomment-1453156390

   dag-factory is not part of Airflow. it's 3rd party project.
   Please report your issue to them https://github.com/ajbosco/dag-factory


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal closed issue #29890: Import error for dagfactory module

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal closed issue #29890: Import error for dagfactory module
URL: https://github.com/apache/airflow/issues/29890


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on issue #29890: Import error for dagfactory module

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #29890:
URL: https://github.com/apache/airflow/issues/29890#issuecomment-1453894653

   Also (regardless of whether you use dag-factory or another module) - you are not supposed to install module into running containers. This is not how containers work. You need to build your own image extend the images if you want to add extra dependencies. https://airflow.apache.org/docs/docker-stack/build.html
   
   Using containers has a learning curve and I recommend to watch some tutorials if you want to start using them as you need to treat them differently thatn local environments, so if you are not ready for tha @Narsimha1997 t, I'd say you should got the regular local virtualenv installation. 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org