Skip to content

Commit

Permalink
Merge pull request #198 from UN-OCHA/HPC-9162
Browse files Browse the repository at this point in the history
HPC-9162: OneGMS bridge
  • Loading branch information
Delgee authored Dec 5, 2024
2 parents 7ac2f53 + 8979aeb commit fb28f30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/db/models/externalData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export const EXTERNAL_DATA_SYSTEM_ID = t.keyof({
'OCT-CERF': null,
'OCT-CBPF': null,
'OCT-OCHA': null,
'OneGMS-CBPF': null,
'OneGMS-CERF': null,
});

export const EXTERNAL_DATA_OBJECT_TYPE = t.keyof({
Expand Down
1 change: 1 addition & 0 deletions src/db/models/highWater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const HIGHWATER_JOB_NAME = t.keyof({
ftsOctCerfIngestion: null,
ftsOctCbpfIngestion: null,
ftsOctOchaIngestion: null,
ftsOneGmsIngestion: null,
});

export default defineSequelizeModel({
Expand Down
4 changes: 4 additions & 0 deletions src/db/models/lookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ export const OUTPUT_FIELD = t.keyof({
ORGANIZATION_INTERSECTION: null,
LOCATION: null,
EARMARKING_TYPE: null,
GLOBAL_CLUSTER: null,
});

export const INPUT_FIELD = t.keyof({
ONEGMS_DONOR: null,
DONOR: null,
FUNDING_SOURCE: null,
ALLOCATION_STATUS: null,
IMIS_CODE: null,
GRAND_BARGAIN_EARMARKING: null,
ONEGMS_GLOBAL_CLUSTER: null,
ONEGMS_FIELD_SECTOR: null,
});

export default defineIDModel({
Expand Down

0 comments on commit fb28f30

Please sign in to comment.