diff --git a/dags/web_preaggregated_utils.py b/dags/web_preaggregated_utils.py index fae7f9534e..112cb92b51 100644 --- a/dags/web_preaggregated_utils.py +++ b/dags/web_preaggregated_utils.py @@ -4,7 +4,7 @@ from typing import Optional from dagster import Backoff, Field, Array, Jitter, RetryPolicy # TODO: Remove this once we're fully rolled out but this is better than defaulting to all teams -TEAM_IDS_WITH_WEB_PREAGGREGATED_ENABLED = [1, 2, 55348, 47074, 12669, 1589] +TEAM_IDS_WITH_WEB_PREAGGREGATED_ENABLED = [1, 2, 55348, 47074, 12669, 1589, 117126] TEAM_ID_FOR_WEB_ANALYTICS_ASSET_CHECKS = os.getenv("TEAM_ID_FOR_WEB_ANALYTICS_ASSET_CHECKS", 1 if DEBUG else 2) web_analytics_retry_policy_def = RetryPolicy(