Skip to content

Commit

Permalink
[DC-2692] adding updated parameter to script
Browse files Browse the repository at this point in the history
  • Loading branch information
lrwb-aou committed Nov 14, 2022
1 parent d878b40 commit 7cdee18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data_steward/tools/create_synthetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,14 @@ def create_tier(project_id: str, input_dataset: str, release_tag: str,
LOGGER.info("Done sleeping after copy")

# 1. add mapping tables
# EHR consent table is not added because we are not generating
# synthetic EHR data. There will not be any to map.
for domain_table in combine_consts.DOMAIN_TABLES:
LOGGER.info(f'Mapping {domain_table}...')
generate_combined_mapping_tables(bq_client, domain_table,
datasets[consts.STAGING], '',
datasets[consts.STAGING])
datasets[consts.STAGING],
datasets[consts.SANDBOX])

if domain_table != 'survey_conduct':
_update_domain_table_id(
Expand Down

0 comments on commit 7cdee18

Please sign in to comment.