Skip to content

Remove automatic timestamp from BQ table name

Andras Herczeg requested to merge ah/remove-timestam-from-eval-bq into main

What does this merge request do and why?

In a previous MR we removed the automatic timestamp suffix when writing results to BQ. Unfortunately, I only removed this in inference pipelines, not in evaluation ones. This MR removes the timestamp from the eval tables as well.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request checklist

  • I've ran the affected pipeline(s) to validate that nothing is broken.
  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Merge request reports