Skip to content

Commit

Permalink
Update scheduler of aggregates to run after upstreams. (#4503)
Browse files Browse the repository at this point in the history
* Update scheduler of aggregates to run after upstreams.

* Update dags for new scheduler of analytics_aggregates

* Update dag bqetl_search

* Remove DAG.

---------

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
  • Loading branch information
lucia-vargas-a and lucia-vargas-a authored Nov 6, 2023
1 parent a30788c commit b3abfc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ bqetl_search_dashboard:
retries: 2
retry_delay: 30m
start_date: "2020-12-14"
schedule_interval: 0 4 * * *
schedule_interval: 30 4 * * *
tags:
- impact/tier_2

Expand Down Expand Up @@ -813,7 +813,7 @@ bqetl_analytics_aggregations:
It provides data to build growth, search and usage metrics, as well
as acquisition and retention KPIs, in a model that facilitates
reporting in Looker.
schedule_interval: 30 3 * * *
schedule_interval: 15 4 * * *
tags:
- impact/tier_1

Expand Down

0 comments on commit b3abfc4

Please sign in to comment.