Migrations fail due to missing dependency when dependency has skipped rows by the source plugin
2 unresolved threads
Compare changes
@@ -214,6 +214,12 @@ abstract class SourcePluginBase extends PluginBase implements MigrateSourceInter
@@ -296,11 +302,10 @@ public function prepareRow(Row $row) {
@@ -310,7 +315,7 @@ public function prepareRow(Row $row) {
@@ -387,6 +392,7 @@ public function rewind(): void {
@@ -412,6 +418,11 @@ public function next(): void {