Skip to content

Add `has_failures` column to `bulk_import_entities` db table

What does this MR do and why?

This MR adds has_failures column to bulk_import_entities db table in order to:

  • Inform the user (in a future MR) that a migration has some import failures (e.g. 1 of 5 issues did not import) to indicate it in the UI
  • Track a number of partially completed migrations (in a future MR) for better metrics

Mentions #373927 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports