Skip to content

Commit

Permalink
save RequiredIDP tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed May 31, 2024
1 parent 293d0bc commit e7e98f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/healdata/heal-cedar-data-ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def update_filter_metadata(metadata_to_update):
filter_metadata = pydash.uniq(filter_metadata)
metadata_to_update["advSearchFilters"] = filter_metadata
# Retain these from existing tags
save_tags = ["Data Repository", "Common Data Elements"]
save_tags = ["Data Repository", "Common Data Elements", "RequiredIDP"]
tags = [tag for tag in metadata_to_update["tags"] if tag["category"] in save_tags]
# Add any new tags from advSearchFilters
for f in metadata_to_update["advSearchFilters"]:
Expand Down

0 comments on commit e7e98f0

Please sign in to comment.