world-federation-of-advertisers / cross-media-measurement

A privacy centric system for cross publisher, cross media ads measurement through secure multiparty computations.
https://halo.wfanet.org/
Apache License 2.0
36 stars 11 forks source link

fix: Ensure population is persisted in ModelRelease upon creation #1914

Closed jojijac0b closed 1 week ago

jojijac0b commented 1 week ago

There is a bug where population is not added to the model release upon creation. This change fixes that bug by 1) including the population field when a new model release is created, 2) populating the externalDataProviderId(population data provider) and externalPopulationId fields when converting from external to internal model release, and 3) populating the population field when converting from internal to external model release.

wfa-reviewable commented 1 week ago

This change is Reviewable