- Issue created by @amaisano
- Status changed to Closed: works as designed
9 months ago 9:09pm 16 May 2024 - 🇺🇸United States mikelutz Michigan, USA
My suggestion was for a custom solution for your needs, but this was not what the stubbing system was designed for. Also MigrateSkipRowException is going away soon (hopefully), so we don't want to add anymore usage of it in core.
- Merge request !8102Draft: quick patch for surfacing/recording migrate_lookup stub row skips → (Closed) created by amaisano
- 🇵🇰Pakistan isalmanhaider
I understand the need for consistent logging and tracking in migrations. However, since `MigrateSkipRowException` is planned for deprecation, it would be better to implement a custom solution for this functionality rather than incorporating it into the core.