When sub_process encounters a row skip, it should skip its internal row, and not bubble up to the outer row

Created on 9 June 2023, about 1 year ago
Updated 2 March 2024, 4 months ago

Problem/Motivation

If a process executed inside of a sub process process plugin throws a MigrateSkipRowException, the expected behavior is to catch that exception in sub_process and skip the current row that sub_process is processing. Currently the exception is not caught, and is bubbled all the way up to the main executable and skips the entire outer row. This is buggy behavior and should be fixed.

Steps to reproduce

Proposed resolution

Catch MigrateSkipRowExceptions in the sub process process plugin.

No BC in code but suggest a work-around and document it in a change record. See thread #7 in 📌 [meeting] Migrate Meeting 2023-11-09 2100Z Active

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

🐛 Bug report
Status

Fixed

Version

11.0 🔥

Component
Migration 

Last updated about 5 hours ago

Created by

🇺🇸United States mikelutz Michigan, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024