config_io handled dest_description but never the module's own description field: it was absent from export_config, from both repo.create_module and repo.update_module calls in apply_config, and from the change-detection watch tuple. Descriptions set via the web form were therefore invisible to the config tree — `pipekit apply` silently ignored a description in a module's JSON, and `pipekit export` would have dropped all 127 existing ones on a round-trip. Adding "description" to the watch tuple means a module file without the key now reads as a change to NULL, so backfill the key into all 131 existing module files from the DB. Without this, the next apply would have wiped every description it was meant to preserve. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
108 lines
2.7 KiB
JSON
108 lines
2.7 KiB
JSON
{
|
|
"name": "glcc",
|
|
"source_connection": "S78030956",
|
|
"dest_connection": "usmidsap02",
|
|
"dest_table": "cms.glcc",
|
|
"staging_table": "pipekit_staging.glcc",
|
|
"merge_strategy": "full",
|
|
"merge_key": null,
|
|
"enabled": 1,
|
|
"dest_description": "G/L Consolidation Parent Companies 6.0",
|
|
"description": "Consolidation Companies",
|
|
"columns": [
|
|
{
|
|
"source_name": "DW5COMN",
|
|
"source_type": "NUMERIC(2,0)",
|
|
"dest_name": "dw5comn",
|
|
"dest_type": "numeric(2,0)",
|
|
"description": "Parent Company Number"
|
|
},
|
|
{
|
|
"source_name": "DW5STS",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "dw5sts",
|
|
"dest_type": "text",
|
|
"description": "Status Code"
|
|
},
|
|
{
|
|
"source_name": "DW5SYPR",
|
|
"source_type": "NUMERIC(6,0)",
|
|
"dest_name": "dw5sypr",
|
|
"dest_type": "numeric(6,0)",
|
|
"description": "Starting Fiscal Period"
|
|
},
|
|
{
|
|
"source_name": "DW5SETO",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "dw5seto",
|
|
"dest_type": "text",
|
|
"description": "Set Opening Balances"
|
|
},
|
|
{
|
|
"source_name": "DW5LYPR",
|
|
"source_type": "NUMERIC(6,0)",
|
|
"dest_name": "dw5lypr",
|
|
"dest_type": "numeric(6,0)",
|
|
"description": "Last Fiscal Period"
|
|
},
|
|
{
|
|
"source_name": "DW5TAGL",
|
|
"source_type": "NUMERIC(10,0)",
|
|
"dest_name": "dw5tagl",
|
|
"dest_type": "numeric(10,0)",
|
|
"description": "Translation Adjustment G/L Account"
|
|
},
|
|
{
|
|
"source_name": "DW5CUSR",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "dw5cusr",
|
|
"dest_type": "text",
|
|
"description": "Created By User"
|
|
},
|
|
{
|
|
"source_name": "DW5CDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "dw5cdat",
|
|
"dest_type": "date",
|
|
"description": "Date Created"
|
|
},
|
|
{
|
|
"source_name": "DW5CTME",
|
|
"source_type": "TIME",
|
|
"dest_name": "dw5ctme",
|
|
"dest_type": "time",
|
|
"description": "Time Created"
|
|
},
|
|
{
|
|
"source_name": "DW5UUSR",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "dw5uusr",
|
|
"dest_type": "text",
|
|
"description": "Updated By User"
|
|
},
|
|
{
|
|
"source_name": "DW5UDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "dw5udat",
|
|
"dest_type": "date",
|
|
"description": "Date Updated"
|
|
},
|
|
{
|
|
"source_name": "DW5UTME",
|
|
"source_type": "TIME",
|
|
"dest_name": "dw5utme",
|
|
"dest_type": "time",
|
|
"description": "Time Updated"
|
|
},
|
|
{
|
|
"source_name": "DW5RSET",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "dw5rset",
|
|
"dest_type": "text",
|
|
"description": "Support Reset/Reverse Transactions"
|
|
}
|
|
],
|
|
"watermarks": [],
|
|
"hooks": []
|
|
}
|