Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Data migrator, Introduce mode to list and retry the migration of skipped entities #4986

Open
1 task
Tracked by #4981
yanavasileva opened this issue Mar 11, 2025 · 0 comments
Open
1 task
Tracked by #4981
Labels
scope:data-migrator Changes to the Data migrator project. type:feature Issues that add a new user feature to the project.

Comments

@yanavasileva
Copy link
Member

yanavasileva commented Mar 11, 2025

User Story (Required on creation)

  • As a process engineer, I want to keep track of skipped entities so that I can rerun the migration against them.

Functional Requirements (Required before implementation)

The Migrator has a dedicated mode to list and retry the migration of skipped entities. This allows fixing them on the C7 side.

Technical Requirements (Required before implementation)

  • Implement an option to query for skipped instances.
  • Querying should be paginated so as not to run into out-of-memory exceptions.
  • Should we limit the output to the console if the result is too huge?
    • Is this a common practice for shell scripts? If the output is too huge you could also do ./start.sh --list-skipped > skipped-instances.txt.
    • We could just accept this for now and wait for user feedback.
  • The Migrator has a dedicated mode to list skipped entities.
    • E.g., a flag on the ./start.sh script called --list-skipped
  • The Migrator has a dedicated mode to retry skipped entities.
    • E.g., a flag on the ./start.sh script called --retry-skipped
  • It should be possible to combine the flags like this:
    --runtime --list-skipped
    --history --retry-skipped

Limitations of Scope

Hints

  • Time estimate: 5 days

Links

Breakdown

Pull Requests

Preview Give feedback
No tasks being tracked yet.

Dev2QA handover

  • Does this ticket need a QA test and the testing goals are not clear from the description? Add a Dev2QA handover comment
@yanavasileva yanavasileva added type:feature Issues that add a new user feature to the project. scope:data-migrator Changes to the Data migrator project. labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:data-migrator Changes to the Data migrator project. type:feature Issues that add a new user feature to the project.
Projects
None yet
Development

No branches or pull requests

1 participant