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

feat(edp-simulator)!: Specify EventGroup metadata via command-line option #1886

Closed SanjayVas closed 3 weeks ago

SanjayVas commented 3 weeks ago

EventGroup metadata is now supplied by the --event-group-metadata option instead of using the specs passed to the --event-group-spec option. The --event-group-metadata-type-url option is used to indicate the message type of the EventGroup metadata, which must be a known metadata type.

BREAKING CHANGE: The EDP simulator has a new required --event-group-metadata option. BREAKING CHANGE: The EDP simulator now takes the --known-event-group-metadata-type option.

Closes #1880

wfa-reviewable commented 3 weeks ago

This change is Reviewable