Skip to content

Commit

Permalink
Merge pull request #139 from discoverygarden/feature/tagged-foxml-mig…
Browse files Browse the repository at this point in the history
…rations

DDST-552: Facilitate default migration suppression
  • Loading branch information
nchiasson-dgi authored Sep 23, 2024
2 parents fcf64a6 + 459788e commit 76d62a1
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: dgis_collection_representatives
label: Map representatives for collections.
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- migration_group:foxml_to_dgis
source:
plugin: dgi_migrate.source.migration
track_changes: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: dgis_foxml_files
label: Create File entities from exported FOXML
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- migration_group:foxml_to_dgis
source:
plugin: foxml
track_changes: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: dgis_nodes
label: Create nodes from each FOXML File entity
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- migration_group:foxml_to_dgis
source:
plugin: dgi_migrate.source.migration
track_changes: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
id: dgis_orig_file
label: Create File entities from primary datastreams in FOXML
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- dgi_migrate_foxml_standard_mods:file_migration
- migration_group:foxml_to_dgis
source:
plugin: dgi_migrate.source.migration
track_changes: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
id: dgis_orig_media
label: Create Original File Media entities from imported datastreams
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- dgi_migrate_foxml_standard_mods:media_migration
- migration_group:foxml_to_dgis
source:
plugin: dgi_migrate.source.migration
track_changes: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: dgis_stub_nodes
label: Create stub nodes, PID-wise.
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- migration_group:foxml_to_dgis
source:
plugin: embedded_data
data_rows: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: dgis_stub_terms_affiliate
label: Create stub affiliate corporate/organization terms.
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- migration_group:foxml_to_dgis
source:
plugin: embedded_data
data_rows: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: dgis_stub_terms_corporate_body
label: Create stub corporate/organization terms.
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- migration_group:foxml_to_dgis
source:
plugin: embedded_data
data_rows: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
id: dgis_stub_terms_generic
label: Create stub misc authoried terms.
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
source:
plugin: embedded_data
data_rows: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: dgis_stub_terms_person
label: Create stub person terms.
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- migration_group:foxml_to_dgis
source:
plugin: embedded_data
data_rows: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
id: dgis_tn_file
label: Create file entities for some models from FOXML
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- dgi_migrate_foxml_standard_mods:file_migration
- migration_group:foxml_to_dgis
source:
plugin: dgi_migrate.source.migration
track_changes: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
id: dgis_tn_media
label: Create thumbnail media entities from FOXML
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- dgi_migrate_foxml_standard_mods:media_migration
- migration_group:foxml_to_dgis
source:
plugin: dgi_migrate.source.migration
track_changes: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: store_source_foxml
label: Store source FOXML as an Intermediate File
migration_group: foxml_to_dgis
migration_tags:
- dgi_migrate_foxml_standard_mods
- migration_group:foxml_to_dgis
source:
plugin: dgi_migrate.source.migration
track_changes: true
Expand Down

0 comments on commit 76d62a1

Please sign in to comment.