From 3fc72f1e3bc6d71fa3cca3b9b669987e30aaa32b Mon Sep 17 00:00:00 2001 From: Pranav Anbarasu Date: Fri, 10 Nov 2023 21:51:45 +0000 Subject: [PATCH] New param for path to use for syncing to/from for staging to archive ops --- config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yml b/config.yml index c38082a..eb14883 100644 --- a/config.yml +++ b/config.yml @@ -21,6 +21,7 @@ prod: SYNAPSE_FILEVIEW_ID: syn52504776 PII_COLS_TO_DROP: syn52523394 DEID_VALS_TO_REVIEW: syn52409518 + STAGING_TO_ARCHIVE_DOWNLOAD_LOCATION: ./temp_staging_to_archive/ staging: inherits: prod