@eceowl In pedsnetdcc/external_id_mapper.py, it looks like there's no schema qualifier for the value table_name. Is it picking the tables based on search_path?
Yea, the make_conn_str function create a connection string specifically for that search path. I just did it that way because of how the legacy code was handled.
@eceowl In
pedsnetdcc/external_id_mapper.py
, it looks like there's no schema qualifier for the valuetable_name
. Is it picking the tables based onsearch_path
?