Problem/Motivation

All taxonomy term bundles currently migrate under the same migration, if a process were to fail then all bundles would fail.

Proposed resolution

Add a deriver, probably sharing code with D7NodeDeriver, to separate each bundle into a different migration.

Remaining tasks

Write deriver.

User interface changes

API changes

Data model changes

Comments

Jo Fitzgerald created an issue. See original summary.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

phenaproxima’s picture

Issue tags: -migrate-d6-d8

Taxonomy terms were not bundles in Drupal 6, so this is a D7-only thing.

phenaproxima’s picture

Assigned: Unassigned » phenaproxima
jofitz’s picture

Assigned: phenaproxima » Unassigned
Status: Active » Closed (duplicate)

This work has since been completed as part of #2746671: CCK field data not available for D7 taxonomy term migrations.