- π§πͺBelgium tvb
Chiming in with my case:
If you use a custom source plugin, make sure source_module in the annotation is set to an enabled module in the source site.
drush migrate:import <migration_id>
will just report "No migrations found", while log messages contains a message "Migration did not meet the requirements." with mention of the offending source_module. - π¬π·Greece TheodorosPloumis Greece
Had the same issue when installed the taxonomy_machine_name β module.
- πΊπΈUnited States mallory99
I ran into this issue today, with taxonomy term migrations in a custom module. CSV term migrations (in the same module) worked normally for a different vocabulary. The migration ids were correct and cache rebuilding made no difference.
On a hunch, I ran drush migrate:upgrade --legacy-db-key=migrate --legacy-root=http://[installation] --configure-only. After doing this, suddenly the rejected migrations ran.