def bigquery_dataset_names()

in sync/glean.py [0:0]


    def bigquery_dataset_names(self) -> Sequence[str]:
        return [
            app_id.replace(".", "_").replace("-", "_").lower() + "_live"
            for app_id in self.app_ids
        ]