Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python modules inside of Arches Applications are not imported #10565

Closed
johnatawnclementawn opened this issue Jan 26, 2024 · 2 comments
Closed
Assignees

Comments

@johnatawnclementawn
Copy link
Member

johnatawnclementawn commented Jan 26, 2024

Python modules inside of Arches Applications should be added to the path so they can be used.

I'm building an ETL module for the Arches RDM application, and was experiencing an issue in which the ETL module that I wrote, which lived in the application directory rather than the core directory, was not being imported. The issue presented itself here.

@jacobtylerwalls
Copy link
Member

Bothered Johnathan about this briefly. We had trouble reproducing the issue so long as we had arches_rdm.etl_modules included in settings.ETL_MODULE_LOCATIONS.

The proposal that you shouldn't have to do that is captured in #10288.

@johnatawnclementawn
Copy link
Member Author

Can be fixed by ensuring arches_rdm.etl_modules is appended to ETL_MODULE_LOCATIONS in settings.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants