Scripts and historical records related to backfills in Mozilla's telemetry pipeline
Перейти к файлу
Anna Scholtz db790605ee Update backfill notes 2024-11-08 13:52:09 -08:00
backfill Update backfill notes 2024-11-08 13:52:09 -08:00
script Add initial crash ping backfill 2020-01-16 16:47:04 -05:00
LICENSE Initial commit 2020-01-16 14:23:38 -05:00
README.md DS-2948 Document the initialization of clients_first_seen_v2, which is not running from main branch. 2023-09-26 17:16:10 +02:00

README.md

bigquery-backfill

Scripts and historical records related to backfills in Mozilla's telemetry pipeline

Layout

There is a script directory containing relatively pristine reference scripts that you can copy and paste into a new backfill scenario and modify for your particular needs.

There is a backfill directory where each subdirectory should be a dated backfill event, containing all the scripts used and a description of the overall scenario.

Setup

Most of these backfill scenarios will assume that you have gcp-ingestion checked out locally. mvn invocations in scripts likely assume that you're in the ingestion-beam directory of that repo.