feat(north-area): add NA6* migration models - #590
Open
palkerecsenyi wants to merge 3 commits into
Open
Conversation
palkerecsenyi
force-pushed
the
north-area
branch
6 times, most recently
from
September 1, 2026 11:36
815d9e1 to
c142373
Compare
palkerecsenyi
force-pushed
the
north-area
branch
from
September 7, 2026 13:12
88dc92e to
fc66f1b
Compare
zzacharo
reviewed
Sep 7, 2026
| "035__h", # OAI harvest tag or timestamp | ||
| "035__d", # OAI harvest tag or timestamp | ||
| "035__m", # OAI harvest format (e.g. `marcxml`) | ||
| "035__t", # oai harvest tag |
Contributor
There was a problem hiding this comment.
were these aligned with SIS?
Member
Author
There was a problem hiding this comment.
No not yet, I have just put them here on the basis of them being ignored in nearly all models. But we can check with them
zzacharo
reviewed
Sep 7, 2026
zzacharo
reviewed
Sep 7, 2026
palkerecsenyi
force-pushed
the
north-area
branch
from
September 7, 2026 15:04
fc66f1b to
db10445
Compare
palkerecsenyi
force-pushed
the
north-area
branch
from
September 7, 2026 15:05
db10445 to
aff15c7
Compare
Comment on lines
+26
to
+29
| "773__t", # from SIS: can be ignored | ||
| "773__0", # from SIS: can be ignored | ||
| "773__o", # from SIS: can be ignored | ||
| "773__x", # INSPIRE publication note |
Contributor
There was a problem hiding this comment.
i'm not sure adding these to a common ignore keys list, it might be used differently for some collections. SIS team said we can ignore these for NA6* or these fields can be ignored everywhere?
Comment on lines
+678
to
+743
| na61: | ||
| data_dir: cds_migrator_kit/rdm/data/north_area/na61 | ||
| plots: true | ||
| create_inclusion_request: true | ||
| extract: | ||
| dirpath: cds_migrator_kit/rdm/data/north_area/na61/dump/ | ||
| transform: | ||
| files_dump_dir: cds_migrator_kit/rdm/data/north_area/na61/files/ | ||
| missing_users: cds_migrator_kit/rdm/data/users | ||
| communities_ids: | ||
| - "" | ||
| na62: | ||
| data_dir: cds_migrator_kit/rdm/data/north_area/na62 | ||
| plots: true | ||
| create_inclusion_request: true | ||
| extract: | ||
| dirpath: cds_migrator_kit/rdm/data/north_area/na62/dump/ | ||
| transform: | ||
| files_dump_dir: cds_migrator_kit/rdm/data/north_area/na62/files/ | ||
| missing_users: cds_migrator_kit/rdm/data/users | ||
| communities_ids: | ||
| - "" | ||
| na63: | ||
| data_dir: cds_migrator_kit/rdm/data/north_area/na63 | ||
| plots: true | ||
| create_inclusion_request: true | ||
| extract: | ||
| dirpath: cds_migrator_kit/rdm/data/north_area/na63/dump/ | ||
| transform: | ||
| files_dump_dir: cds_migrator_kit/rdm/data/north_area/na63/files/ | ||
| missing_users: cds_migrator_kit/rdm/data/users | ||
| communities_ids: | ||
| - "" | ||
| na64: | ||
| data_dir: cds_migrator_kit/rdm/data/north_area/na64 | ||
| plots: true | ||
| create_inclusion_request: true | ||
| extract: | ||
| dirpath: cds_migrator_kit/rdm/data/north_area/na64/dump/ | ||
| transform: | ||
| files_dump_dir: cds_migrator_kit/rdm/data/north_area/na64/files/ | ||
| missing_users: cds_migrator_kit/rdm/data/users | ||
| communities_ids: | ||
| - "" | ||
| na65: | ||
| data_dir: cds_migrator_kit/rdm/data/north_area/na65 | ||
| plots: true | ||
| create_inclusion_request: true | ||
| extract: | ||
| dirpath: cds_migrator_kit/rdm/data/north_area/na65/dump/ | ||
| transform: | ||
| files_dump_dir: cds_migrator_kit/rdm/data/north_area/na65/files/ | ||
| missing_users: cds_migrator_kit/rdm/data/users | ||
| communities_ids: | ||
| - "" | ||
| na66: | ||
| data_dir: cds_migrator_kit/rdm/data/north_area/na66 | ||
| plots: true | ||
| create_inclusion_request: true | ||
| extract: | ||
| dirpath: cds_migrator_kit/rdm/data/north_area/na66/dump/ | ||
| transform: | ||
| files_dump_dir: cds_migrator_kit/rdm/data/north_area/na66/files/ | ||
| missing_users: cds_migrator_kit/rdm/data/users | ||
| communities_ids: | ||
| - "" |
Contributor
There was a problem hiding this comment.
are these gonna migrated to separate communities?
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on CERNDocumentServer/cds-rdm#945
Closes #494
Closes #464
Closes #501
Closes #507
Closes #594
Closes #512