pipekit/config/modules/punit.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

79 lines
1.8 KiB
JSON

{
"name": "punit",
"source_connection": "S78030956",
"dest_connection": "usmidsap02",
"dest_table": "cms.punit",
"staging_table": "pipekit_staging.punit",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "Part/Unit Conversion File 6.0",
"columns": [
{
"source_name": "IHPART",
"source_type": "CHAR(20)",
"dest_name": "ihpart",
"dest_type": "text",
"description": "Part Number"
},
{
"source_name": "IHUNT1",
"source_type": "CHAR(3)",
"dest_name": "ihunt1",
"dest_type": "text",
"description": "Unit1"
},
{
"source_name": "IHUNT2",
"source_type": "CHAR(3)",
"dest_name": "ihunt2",
"dest_type": "text",
"description": "Unit2"
},
{
"source_name": "IHCNV1",
"source_type": "NUMERIC(10,5)",
"dest_name": "ihcnv1",
"dest_type": "numeric(10,5)",
"description": "Conversion 1"
},
{
"source_name": "IHCNV2",
"source_type": "NUMERIC(10,5)",
"dest_name": "ihcnv2",
"dest_type": "numeric(10,5)",
"description": "Conversion 2"
},
{
"source_name": "IHCDAT",
"source_type": "DATE",
"dest_name": "ihcdat",
"dest_type": "date",
"description": "Date Created"
},
{
"source_name": "IHCUSR",
"source_type": "CHAR(10)",
"dest_name": "ihcusr",
"dest_type": "text",
"description": "Created By"
},
{
"source_name": "IHUDAT",
"source_type": "DATE",
"dest_name": "ihudat",
"dest_type": "date",
"description": "Date Updated"
},
{
"source_name": "IHUUSR",
"source_type": "CHAR(10)",
"dest_name": "ihuusr",
"dest_type": "text",
"description": "Updated By"
}
],
"watermarks": [],
"hooks": []
}