Skip to content

Commit

Permalink
Update 0_postgres_db_conf.py
Browse files Browse the repository at this point in the history
Added a few entries
  • Loading branch information
adelmestri committed May 18, 2023
1 parent af5bd25 commit 141b93d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aurum_etl_ndorms/0_postgres_db_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
'password': 'PASSWORD',
'database': 'DATABASE',
'source_schema': 'SOURCE_SCHEMA',
'source_nok_schema': 'source_nok',
'target_schema': 'TARGET_SCHEMA',
'vocabulary_schema': 'VOCABULARY_SCHEMA',
'dir_processed': '/processed/',
'chunk_size': 1000,
'chunk_limit': -1,
'log_directory': 'C:FULL\\PATH\\TO\\LOG_DIRECTORY',
'source_data_directory': 'C:FULL\\PATH\\TO\\SOURCE\\DATA',
'lookup_data_directory': 'C:FULL\\PATH\\TO\\AURUM\\LOOKUPS',
'vocabulary_directory': 'C:FULL\\PATH\\TO\\CDM_VOCABULARY',
'stcm_directory': 'C:FULL\\PATH\\TO\\STCM_DIRECTORY',
'log_directory': 'C:FULL\\PATH\\TO\\LOG_DIRECTORY',
'medical_dictionary_filename': 'MEDICAL_DICTIONARY_FILENAME.txt',
'product_dictionary_filename': 'PRODUCT_DICTIONARY_FILENAME.txt'
})

0 comments on commit 141b93d

Please sign in to comment.