mozilla / nimbus-shared

Shared data and schemas for Project Nimbus
https://mozilla.github.io/nimbus-shared
Mozilla Public License 2.0
6 stars 15 forks source link

Find audience sizes with telemetry #54

Closed tdsmith closed 4 years ago

tdsmith commented 4 years ago

Providing SQL expressions in audience definitions that let us test group memberships will facilitate automatically sizing experiments.

jaredlockhart commented 4 years ago

@tdsmith So is the idea here that we store those queries with the audiences and then some DE jobs will consume this data from here when computing sizing information, so we have it all in one place?

tdsmith commented 4 years ago

Yes, exactly; thanks for filling in that context.

tdsmith commented 4 years ago

@mythmon I think you might have meant to leave that comment on #55.

mythmon commented 4 years ago

That comment is also applicable to #55, but it still fits here. You'll need to export the audiences as a default export from the typescript file for it to work with #43's system.

tdsmith commented 4 years ago

We caught up in Slack; the export default audiences; hiding beneath the diff at the tail of the file is sufficient.