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, Add a mechanism to keep track of skipped entities #4985

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)

Technical Requirements (Required before implementation)

  • Review what the prototype currently does decide if this makes sense, and streamline it for runtime and history.
  • Whenever an entity's migration has to be skipped, we insert the C7 ID into the migration mapping table with the C8 key set to null.

Limitations of Scope

Hints

  • Time estimate: 5 days
  • In Runtime, we currently cannot distinguish between skipped and not yet migrated. This means on retry we would try everything instead of just the skipped instances. Is this a problem? If yes, can we somehow store information to distinguish between skipped and not yet migrated? We have to do it in Runtime like this because starting C8 process instances due to HTTP gRPC request can fail and we cannot react on this.
    • In History, we don’t have this problem since we don’t store all to-be-migrated C7 process instance IDs initially.

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