pipekit/config/modules/irea.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
1.0 KiB
JSON

{
"name": "irea",
"source_connection": "S78030956",
"dest_connection": "usmidsap02",
"dest_table": "cms.irea",
"staging_table": "pipekit_staging.irea",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "Inactive Reason Master File",
"columns": [
{
"source_name": "WETYPE",
"source_type": "NUMERIC(3,0)",
"dest_name": "wetype",
"dest_type": "numeric(3,0)",
"description": "File Type"
},
{
"source_name": "WEREAS",
"source_type": "CHAR(2)",
"dest_name": "wereas",
"dest_type": "text",
"description": "Reason Code"
},
{
"source_name": "WEDESC",
"source_type": "CHAR(30)",
"dest_name": "wedesc",
"dest_type": "text",
"description": "Reason Description"
},
{
"source_name": "WEFLAG",
"source_type": "CHAR(1)",
"dest_name": "weflag",
"dest_type": "text",
"description": "Default Control"
}
],
"watermarks": [],
"hooks": []
}