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?