Sub-processes not linking

Created on 26 July 2024, 8 months ago

Problem/Motivation

When I have a series of sub-processes, they don't get linked in the graph.

It seems to be because each sub-process is handled separately form the others, and since they don't have a 'source' attribute (aside from the very first sub-process), the code doesn't know how to find the previous/source vertex.

Steps to reproduce

Create a migration with the following bit in `process`:

process:
  nid:
    # Look up the node.
    - plugin: entity_lookup
      entity_type: node
      bundle_key: type
      bundle: article
      value_key: field_uuid
      source: raw/article_uuid
    # Skip if we don't find this node.
    - plugin: skip_on_empty
      method: row

Proposed resolution

Make `MigrateGraph::graphProcessPlugin()` return the vertex it just created, and pass that vertex to the next call for the next sub-process in the same chain.

Remaining tasks

Implement solution.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom khaled.zaidan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024