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

Wrong import of session scope #2

Open
egillax opened this issue Sep 25, 2023 · 1 comment
Open

Wrong import of session scope #2

egillax opened this issue Sep 25, 2023 · 1 comment

Comments

@egillax
Copy link

egillax commented Sep 25, 2023

Here session scope is imported as:

from utils import session_scope but I believe it should be from utils.dbutils import session_scope

Likewise I needed to modify the import in load_lab_reference.py to the same but I see that you add the directory to the path there. From which directory are you supposed to run the scripts in data_extraction?

@cxji
Copy link
Contributor

cxji commented Sep 25, 2023

Thanks for catching this! I usually run the data extraction scripts from within the data_extraction directory.

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

No branches or pull requests

2 participants