Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDST-552: Facilitate default migration suppression #139

Merged
merged 4 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading