Last active
August 28, 2019 08:11
-
-
Save dinarcon/408f6e2bd45286ea876946f1de31491d to your computer and use it in GitHub Desktop.
This file contains 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
$ drush migrate:import --tag='UD Config Group (JSON Source)' | |
$ drush migrate:rollback --tag='UD Config Group (JSON Source)' | |
$ drush migrate:import --group='udm_config_group_json_source' | |
$ drush migrate:rollback --group='udm_config_group_json_source' |
This file contains 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
# Migration configuration entity definition. | |
# File: migrate_plus.migration.udm_config_group_json_source_node.yml | |
uuid: def749e5-3ad7-480f-ba4d-9c7e17e3d789 | |
id: udm_config_group_json_source_node | |
label: 'UD configuration host node migration for migration group example (JSON source)' | |
migration_tags: | |
- UD Lorem Ipsum | |
migration_group: udm_config_group_json_source | |
source: ... | |
process: ... | |
destination: ... | |
migration_dependencies: ... |
This file contains 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
# Migration group configuration entity definition. | |
# File: migrate_plus.migration_group.udm_config_group_json_source.yml | |
uuid: 78925705-a799-4749-99c9-a1725fb54def | |
id: udm_config_group_json_source | |
label: 'UD Config Group (JSON source)' | |
description: 'A container for migrations about individuals and their favorite books. Learn more at https://understanddrupal.com/migrations.' | |
source_type: 'JSON resource' | |
migration_tags: | |
- UD Config Group (JSON Source) | |
- UD Example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment