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>
149 lines
3.5 KiB
JSON
149 lines
3.5 KiB
JSON
{
|
|
"name": "iprcc",
|
|
"source_connection": "S78030956",
|
|
"dest_connection": "usmidsap02",
|
|
"dest_table": "cms.iprcc",
|
|
"staging_table": "pipekit_staging.iprcc",
|
|
"merge_strategy": "full",
|
|
"merge_key": null,
|
|
"enabled": 1,
|
|
"dest_description": "Price list file 6.0",
|
|
"columns": [
|
|
{
|
|
"source_name": "JCPLCD",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "jcplcd",
|
|
"dest_type": "text",
|
|
"description": "Price List Code"
|
|
},
|
|
{
|
|
"source_name": "JCPART",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "jcpart",
|
|
"dest_type": "text",
|
|
"description": "Part Number"
|
|
},
|
|
{
|
|
"source_name": "JCUNIT",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "jcunit",
|
|
"dest_type": "text",
|
|
"description": "Pricing Unit"
|
|
},
|
|
{
|
|
"source_name": "JCVOLL",
|
|
"source_type": "DECIMAL(12,5)",
|
|
"dest_name": "jcvoll",
|
|
"dest_type": "numeric(12,5)",
|
|
"description": "Volume"
|
|
},
|
|
{
|
|
"source_name": "JCPRIC",
|
|
"source_type": "DECIMAL(12,5)",
|
|
"dest_name": "jcpric",
|
|
"dest_type": "numeric(12,5)",
|
|
"description": "Price"
|
|
},
|
|
{
|
|
"source_name": "JCDISC",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "jcdisc",
|
|
"dest_type": "text",
|
|
"description": "Discount Code"
|
|
},
|
|
{
|
|
"source_name": "JCDISF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "jcdisf",
|
|
"dest_type": "text",
|
|
"description": "Discount Flag"
|
|
},
|
|
{
|
|
"source_name": "JCCPCT",
|
|
"source_type": "NUMERIC(4,2)",
|
|
"dest_name": "jccpct",
|
|
"dest_type": "numeric(4,2)",
|
|
"description": "Commission %"
|
|
},
|
|
{
|
|
"source_name": "JCCRAT",
|
|
"source_type": "NUMERIC(5,2)",
|
|
"dest_name": "jccrat",
|
|
"dest_type": "numeric(5,2)",
|
|
"description": "Commission Rate"
|
|
},
|
|
{
|
|
"source_name": "JCF0CM",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "jcf0cm",
|
|
"dest_type": "text",
|
|
"description": "Force 0 Commission Flag"
|
|
},
|
|
{
|
|
"source_name": "JCFUT1",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "jcfut1",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "JCFUT2",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "jcfut2",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "JCFUT3",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "jcfut3",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "JCFUT4",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "jcfut4",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "JCFUT5",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "jcfut5",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "JCFUT6",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "jcfut6",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "JCFUT7",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "jcfut7",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "JCFUT8",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "jcfut8",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "JCFUT9",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "jcfut9",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
}
|
|
],
|
|
"watermarks": [],
|
|
"hooks": []
|
|
}
|