PEDSnet / pedsnetdcc

CLI tool for PEDSnet data coordinating center ETL tasks
Other
0 stars 0 forks source link

Map external ids #88

Closed eceowl closed 7 years ago

ErezYehuda commented 7 years ago

@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?

eceowl commented 7 years ago

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.