Page MenuHomePhabricator

Differentiate full and partial dumps in the DAGs
Closed, ResolvedPublic

Description

The dumps v1 currently run in 2 main phases:

  • full dumps, scheduled one the first day of the month
  • partial dumps, scheduled on the 20th day of the month

We currently don't differentiate (nor schedule) these runs, so we need to ensure that we mirror the current setup in our airflow config.

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
Dumps_v1: Dirrerentiate between full and partial dumpsrepos/data-engineering/airflow-dags!1402btullisdumps_full_partialmain
Customize query in GitLab

Event Timeline

brouberol triaged this task as Medium priority.

This is now done.

image.png (690×1 px, 148 KB)

The schedules are now applied, so we will be doing full sized dumps on the correct schedule.