Skip to content

Fix csv name

Hongtao Yang requested to merge fix-output-csv-name into main

What does this merge request do and why?

Similar to !686 (merged), this MR fix the csv name.

Also this MR removes redundant function abstractions _write_to_csv and _write_to_bigquery .

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