After updating to the latest version of the module all new migration classes are coming across with the class name set as Machine name. In migrate_status table everything looks ok and I can run the migrations using the machine name through drush without any issue.

All my previously registered classes are not effected. Any idea what could be causing this?

Comments

mikebell_’s picture

Status: Active » Closed (works as designed)

I found the issue, the way migrate and migrate_d2d declare machine name is different (machine_name apposed to machineName).