Skip to content

Commit

Permalink
Add notice_source and eform_sdk_version to materialised collection
Browse files Browse the repository at this point in the history
  • Loading branch information
duprijil committed Jan 15, 2025
1 parent 11e676c commit c1e3883
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def create_notice_collection_materialised_view(mongo_client: MongoClient):
"publication_date_str_ym": "$normalised_metadata.publication_date_str_ym",
"publication_date_str_ymd": "$normalised_metadata.publication_date_str_ymd",
"deduplication_report": "$rdf_manifestation.deduplication_report",
"notice_source": "$normalised_metadata.notice_source",
"eform_sdk_version": "$normalised_metadata.eform_sdk_version",
}
},
{
Expand Down

0 comments on commit c1e3883

Please sign in to comment.