Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle multiple participant external_ids in create_test_subset.py
Fix previous oversight: transfer_participants() needs adjustment as Participant and ParticipantUpsert now have an `external_ids` field. We future-proof the two maps being built by adding all external ids, even though at present only the primary one is returned by the GraphQL queries. [TODO] In future we will represent the extra external ids in GraphQLParticipant too and revisit the initialisation of transfer_participant's `external_ids` field.
- Loading branch information