pipekit/config/modules/mmgp.json
Paul Trowbridge 6a3ac0e436 Add Bucket 1 CMS→pipekit modules (41 tables)
Full-reload modules for the CMS/DB2 tables migrated off /opt/sync, landing
in cms.*. Columns introspected fresh from DB2 (QSYS2.SYSCOLUMNS). Three large
tables use incremental merge ported from the legacy sync instead of full
reload: iprcctn/iprccto (date watermark on t8date/t7date), ffpdglr1 (fiscal-
period watermark via rprh join, keyed on btid).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-27 12:33:48 -04:00

44 lines
995 B
JSON

{
"name": "mmgp",
"source_connection": "S78030956",
"dest_connection": "usmidsap02",
"dest_table": "cms.mmgp",
"staging_table": "pipekit_staging.mmgp",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "Minor Group Codes 6.0",
"columns": [
{
"source_name": "BRMGRP",
"source_type": "CHAR(3)",
"dest_name": "brmgrp",
"dest_type": "text",
"description": "Minor Group Code"
},
{
"source_name": "BRDES",
"source_type": "CHAR(18)",
"dest_name": "brdes",
"dest_type": "text",
"description": "Description"
},
{
"source_name": "BR2",
"source_type": "CHAR(2)",
"dest_name": "br2",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "BRGRP",
"source_type": "CHAR(3)",
"dest_name": "brgrp",
"dest_type": "text",
"description": "Major Group Code"
}
],
"watermarks": [],
"hooks": []
}