You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: