src/mozanalysis/config.py [200:207]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if not self.configs.outcomes:
            self.with_configs_from([METRIC_HUB_JETSTREAM_REPO])

        outcome_spec = self.configs.spec_for_outcome(
            slug=outcome_slug, platform=app_name
        )
        if not outcome_spec:
            raise Exception(f"Could not find definition for outcome {outcome_slug}")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/mozanalysis/config.py [245:252]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if not self.configs.outcomes:
            self.with_configs_from([METRIC_HUB_JETSTREAM_REPO])

        outcome_spec = self.configs.spec_for_outcome(
            slug=outcome_slug, platform=app_name
        )
        if not outcome_spec:
            raise Exception(f"Could not find definition for outcome {outcome_slug}")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



