Skip to content

Resolve "Add DSL for operation_name"

What does this MR do and why?

Add DSL for operation_name

When we started to work on the issue Support additional filters when iterating in ba... (#357900 - closed), we realized that it was hard to keep a good developer experience and have that feature implemented, so we decided to introduce a new DSL for the batched background migrations framework where the developers need to define the job_arguments, operation_name and scope_to in the job class.

In this MR, we are doing the last step. We are moving the operation_name to the new DSL.

We have some documentation here: !89405 (comment 973922352)

You can also check some discussions here: !92563 (comment 1043676686) and !89405 (comment 973922352)

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.

Related to #357900 (closed)

Edited by Diogo Frazão

Merge request reports