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>
79 lines
1.8 KiB
JSON
79 lines
1.8 KiB
JSON
{
|
|
"name": "opcode",
|
|
"source_connection": "S78030956",
|
|
"dest_connection": "usmidsap02",
|
|
"dest_table": "cms.opcode",
|
|
"staging_table": "pipekit_staging.opcode",
|
|
"merge_strategy": "full",
|
|
"merge_key": null,
|
|
"enabled": 1,
|
|
"dest_description": "Method Operation Codes 6.1",
|
|
"columns": [
|
|
{
|
|
"source_name": "AECODE",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "aecode",
|
|
"dest_type": "text",
|
|
"description": "Operation Code"
|
|
},
|
|
{
|
|
"source_name": "AEDES1",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "aedes1",
|
|
"dest_type": "text",
|
|
"description": "Description 1"
|
|
},
|
|
{
|
|
"source_name": "AEDES2",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "aedes2",
|
|
"dest_type": "text",
|
|
"description": "Description 2"
|
|
},
|
|
{
|
|
"source_name": "AEDES3",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "aedes3",
|
|
"dest_type": "text",
|
|
"description": "Description 3"
|
|
},
|
|
{
|
|
"source_name": "AEDES4",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "aedes4",
|
|
"dest_type": "text",
|
|
"description": "Description 4"
|
|
},
|
|
{
|
|
"source_name": "AEDATE",
|
|
"source_type": "DATE",
|
|
"dest_name": "aedate",
|
|
"dest_type": "date",
|
|
"description": "Last Updated"
|
|
},
|
|
{
|
|
"source_name": "AELABR",
|
|
"source_type": "NUMERIC(8,2)",
|
|
"dest_name": "aelabr",
|
|
"dest_type": "numeric(8,2)",
|
|
"description": "Operation Labour Rate"
|
|
},
|
|
{
|
|
"source_name": "AEBK01",
|
|
"source_type": "CHAR(16)",
|
|
"dest_name": "aebk01",
|
|
"dest_type": "text",
|
|
"description": "AEBK01"
|
|
},
|
|
{
|
|
"source_name": "AEPLNT",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "aeplnt",
|
|
"dest_type": "text",
|
|
"description": "Plant Code"
|
|
}
|
|
],
|
|
"watermarks": [],
|
|
"hooks": []
|
|
}
|