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

93 lines
2.1 KiB
JSON

{
"name": "color",
"source_connection": "S78030956",
"dest_connection": "usmidsap02",
"dest_table": "cms.color",
"staging_table": "pipekit_staging.color",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "color descriptions",
"columns": [
{
"source_name": "COLCODE",
"source_type": "CHAR(3)",
"dest_name": "colcode",
"dest_type": "text",
"description": "COLCODE"
},
{
"source_name": "COLDESC",
"source_type": "CHAR(20)",
"dest_name": "coldesc",
"dest_type": "text",
"description": "COLDESC"
},
{
"source_name": "COLPANT",
"source_type": "CHAR(10)",
"dest_name": "colpant",
"dest_type": "text",
"description": "COLPANT"
},
{
"source_name": "COLOREF",
"source_type": "CHAR(20)",
"dest_name": "coloref",
"dest_type": "text",
"description": "COLOREF"
},
{
"source_name": "COLFTRN",
"source_type": "CHAR(15)",
"dest_name": "colftrn",
"dest_type": "text",
"description": "COLFTRN"
},
{
"source_name": "COLSTAT",
"source_type": "CHAR(1)",
"dest_name": "colstat",
"dest_type": "text",
"description": "COLSTAT"
},
{
"source_name": "COLTIER",
"source_type": "CHAR(1)",
"dest_name": "coltier",
"dest_type": "text",
"description": "COLTIER"
},
{
"source_name": "COLGRP",
"source_type": "CHAR(1)",
"dest_name": "colgrp",
"dest_type": "text",
"description": "COLGRP"
},
{
"source_name": "COLRETL",
"source_type": "CHAR(1)",
"dest_name": "colretl",
"dest_type": "text",
"description": "COLRETL"
},
{
"source_name": "COLRGB",
"source_type": "CHAR(15)",
"dest_name": "colrgb",
"dest_type": "text",
"description": "COLRGB"
},
{
"source_name": "COLRHX",
"source_type": "CHAR(15)",
"dest_name": "colrhx",
"dest_type": "text",
"description": "COLRHX"
}
],
"watermarks": [],
"hooks": []
}