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
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?
The text was updated successfully, but these errors were encountered:
Here session scope is imported as:
from utils import session_scope
but I believe it should befrom 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?The text was updated successfully, but these errors were encountered: