https://www.drupal.org/project/drupal/issues/2959125
Problem/Motivation
It is hard to notice that static_map was the reason a migration row was skipped.
Proposed resolution
Log a message to MigrateSkipRowException to clearly explain why the row is skipped.
The error message has gone through a few iterations, the current #45 is:
No static mapping found for 'Array
(
[0] => bar
[1] => foo
)
' and no default value provided for destination 'destinationproperty'.
Remaining tasks
Patch
User interface changes
N.A.
API changes
N.A.
Data model changes
N.A.