Skip to content

Commit

Permalink
Add is_dc_aggregate to facet id (#1420)
Browse files Browse the repository at this point in the history
This is so online Mixer aggregations can be tagged with
"is_dc_aggregate" so that the output facet will be different than the
input facets / the response indicates that this has been aggregated by
us

This will modify all the existing facet ids, so the goldens need to be
updated too
  • Loading branch information
n-h-diaz authored Sep 26, 2024
1 parent 820926b commit 7a81e9f
Show file tree
Hide file tree
Showing 88 changed files with 28,898 additions and 30,384 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,8 @@
"import_name": "USCensusPEP_Sex",
"provenance_url": "https://www2.census.gov/programs-surveys/popest/tables",
"measurement_method": "CensusPEPSurvey_PartialAggregate",
"observation_period": "P1Y"
"observation_period": "P1Y",
"is_dc_aggregate": true
}
},
{
Expand Down
Loading

0 comments on commit 7a81e9f

Please sign in to comment.