Created
September 16, 2016 15:54
-
-
Save chriscalip/52375fd444fb7588ea3acfbad596e325 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| langcode: en | |
| status: true | |
| dependencies: { } | |
| id: ya_node_article | |
| migration_tags: null | |
| migration_group: ya_example | |
| label: 'Nodes (Article)' | |
| source: | |
| plugin: d7_node | |
| node_type: article | |
| process: | |
| nid: nid | |
| vid: vid | |
| langcode: | |
| plugin: default_value | |
| source: language | |
| default_value: und | |
| title: title | |
| # by not using plugin migration, this has potential of id collisions. | |
| uid: node_uid | |
| status: status | |
| created: created | |
| changed: changed | |
| promote: promote | |
| sticky: sticky | |
| revision_uid: revision_uid | |
| revision_log: log | |
| revision_timestamp: timestamp | |
| body: body | |
| # references migration ya_node_page for id migration integrity. | |
| field_drupal8_pages: | |
| plugin: migration | |
| migration: ya_node_page | |
| source: 'field_drupal7_pages/target_id' | |
| destination: | |
| plugin: 'entity:node' | |
| default_bundle: article | |
| migration_dependencies: | |
| required: | |
| - ya_node_page |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Results in no triangulated id. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment