Skip to content

Commit

Permalink
Use separate staging and prod configurations in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba committed May 1, 2024
1 parent b6b7194 commit d932f33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default:
default_key: "default_value"

prod:
staging:
ontologyFileID: syn52050046
parquetDirID: syn58607995
# dataset_name_filter: !expr c("fitbit","healthkit")
Expand All @@ -22,3 +22,7 @@ prod:
downloadLocation: ./temp-parquet
selectedVarsFileID: syn53503994
outputConceptsDir: ./temp-output-concepts

prod:
inherits: staging
synFolderID: syn51406700

0 comments on commit d932f33

Please sign in to comment.