-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from pranavanba/add-yml-config
RMHDR-200 Use yml config file instead of R script to store pipeline parameters
- Loading branch information
Showing
4 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
default: | ||
default_key: "default_value" | ||
|
||
prod: | ||
PARQUET_BUCKET: recover-processed-data # S3 bucket containing the post-ETL parquet datasets | ||
PARQUET_BUCKET_BASE_KEY: main/parquet/ | ||
PARQUET_BUCKET_EXTERNAL: recover-main-project | ||
PARQUET_BUCKET_BASE_KEY_ARCHIVE: main/archive/ | ||
PARQUET_BUCKET_BASE_KEY_EXTERNAL: main/parquet/ | ||
PARQUET_FOLDER_INTERNAL: syn51406699 # Local location where parquet bucket files are synced to | ||
AWS_PARQUET_DOWNLOAD_LOCATION: ./temp_aws_parquet | ||
AWS_ARCHIVE_DOWNLOAD_LOCATION: ./temp_aws_archive | ||
PARQUET_FILTERED_LOCATION: ./parquet_filtered | ||
PARQUET_FINAL_LOCATION: ./parquet_final # Synapse locations where the S3 bucket objects are to be indexed | ||
PARQUET_FOLDER_CURRENT: syn52506068 | ||
PARQUET_FOLDER_ARCHIVE: syn52506069 # synID of the file view containing a list of all currently indexed S3 objects from the parquet bucket folder in Synapse | ||
SYNAPSE_FILEVIEW_ID: syn52504776 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters