tree: 3e10db1a2b124eb901541557ced8a85962e19e4f
  1. __init__.py
  2. backfill_tko_task_references.py
  3. common.py
  4. fix_afe_parent_job_id.py
  5. README.md
ci_results_archiver/contrib/oneoff/README.md

One off BigQuery table updates

This package houses one off updates to ci_results_archiver BigQuery tables and the GS dumps. Updates are generally not safe concurrent with the ci_results_archiver execution because both try to update the BigQuery tables and dumps without any synchronization.

It is recommended to temporaryily stop ci_results_archiver when running a one off update operation.