pipekit/config/modules
Paul Trowbridge b855ab91d7 Make the three AP history modules incremental
The Accounts Payable group ran ~9.5 min, 83% of it in four full
reloads. The cost is the GPSERVER linked-server hop, not row volume
(pm30200 managed only ~590 rows/sec), so cutting rows crossing the link
is the whole win. Predicates go inside OPENQUERY to push down to the
remote — a 4-part name would drag the table across before filtering.

  pm30200  own DEX_ROW_TS
  pm30600  changed set: parent PM30200
  pm30300  changed set: PM30200 union PM20000

All three key on (vchrnmbr, doctype), verified exactly unique in
PM30200 at 108,803/108,803. Watermark resolves off gp.pm30200 with a
7-day lookback, so run order within the group must stay pm30200 first
and the lookback must exceed the sync interval.

The two-parent union on pm30300 is load-bearing: 38 rows have a parent
only in the open table, and a PM30200-only join would strand them
permanently. pm30600 needs no union (0 orphans, verified).

pm30700 stays full — 213 of its rows have no parent in either table, so
no changed-set join can reach them, and it only costs 13s. pm20100 and
pm00400 stay full because open and index tables delete rows, which a
delete-by-key incremental structurally cannot propagate (cf. icstt).

391s -> 15s. reconcile.py --super-quick reports IN SYNC for all three.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-04 00:21:59 -04:00
..
_custom_sales_line_connector.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
_custom_sales_line_connector.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
adrs.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
adrs.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
armasc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
armasc.sql updates 2026-08-06 15:39:22 -04:00
arnot.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
arnot.sql updates 2026-08-31 16:59:04 -04:00
aroht.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
aroht.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
arop.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
arop.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
artrn.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
artrn.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
binb.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
binb.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
bold.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
bold.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
bolh.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
bolh.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
cjobdr.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
cjobdr.sql Export config to match the database 2026-08-19 00:43:10 -04:00
cjobh.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
cjobh.sql Export config to match the database 2026-08-19 00:43:10 -04:00
coa_map.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
coa_map.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
code.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
code.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
color.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
color.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
colorb.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
colorb.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
colortier.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
colortier.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
cret.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
cret.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
cust.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
cust.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
depts.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
depts.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
dsdisc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
dsdisc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ffcret.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ffcret.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ffpdglr1.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ffpdglr1.sql Add a rollover hot set to ffpdglr1 2026-08-18 23:48:22 -04:00
ffsbglr1.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ffsbglr1.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
fgrp.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
fgrp.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
fresre.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
fresre.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ftcstm.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ftcstm.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ftcstp.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ftcstp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ftcstr.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ftcstr.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ggtp.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ggtp.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl00100.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
gl00100.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl00105.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
gl00105.sql updates 2026-08-06 15:39:22 -04:00
gl10110.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
gl10110.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl10111.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
gl10111.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl20000.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
gl20000.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl30000.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
gl30000.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
glca.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
glca.sql updates 2026-08-31 16:59:04 -04:00
glcc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
glcc.sql updates 2026-08-31 16:59:04 -04:00
gldate.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
gldate.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gldatref.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
gldatref.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
glie.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
glie.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
glmt.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
glmt.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gtran.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
gtran.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
icstm.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
icstm.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
icstp.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
icstp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
icstr.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
icstr.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
icstt.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
icstt.sql Add Bucket 2 CMS incremental modules (6 tables) 2026-07-27 22:17:39 -04:00
iprca.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
iprca.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcb.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
iprcb.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcbhc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
iprcbhc.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
iprcc.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcct.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
iprcct.sql updates 2026-08-06 15:39:22 -04:00
iprcctn.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
iprcctn.sql updates 2026-08-06 15:39:22 -04:00
iprccto.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
iprccto.sql updates 2026-08-06 15:39:22 -04:00
irea.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
irea.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
itemm.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
itemm.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
iv00101.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
iv00101.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
iv00102.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
iv00102.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
live_quotes.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
live_quotes.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
macgrp.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
macgrp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
majg.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
majg.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
marktable.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
marktable.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
mast.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
mast.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
mc00200.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
mc00200.sql updates 2026-08-06 15:39:22 -04:00
methdm.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
methdm.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
methdo.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
methdo.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
methdr.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
methdr.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
methh.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
methh.sql Add Bucket 2 CMS incremental modules (6 tables) 2026-07-27 22:17:39 -04:00
mkptgroup.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
mkptgroup.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
mmgp.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
mmgp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
mmsl.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
mmsl.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
moldmast.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
moldmast.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
name.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
name.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ocrh.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ocrh.sql Catch order status changes via an open-order hot set 2026-08-11 11:02:57 -04:00
ocri.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ocri.sql Catch order status changes via an open-order hot set 2026-08-11 11:02:57 -04:00
ocrs.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ocrs.sql Catch order status changes via an open-order hot set 2026-08-11 11:02:57 -04:00
oid.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
oid.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
oih.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
oih.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ois.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
ois.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
opcode.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
opcode.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
osm_aop.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
osm_aop.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
osm_fc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
osm_fc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
plnt.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
plnt.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
pm00100.json Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm00100.sql Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm00200.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
pm00200.sql updates 2026-08-06 15:39:22 -04:00
pm00300.json Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm00300.sql Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm00400.json Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm00400.sql Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm10100.json Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm10100.sql Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm20000.json Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm20000.sql Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm20100.json Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm20100.sql Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm30200.json Make the three AP history modules incremental 2026-09-04 00:21:59 -04:00
pm30200.sql Make the three AP history modules incremental 2026-09-04 00:21:59 -04:00
pm30300.json Make the three AP history modules incremental 2026-09-04 00:21:59 -04:00
pm30300.sql Make the three AP history modules incremental 2026-09-04 00:21:59 -04:00
pm30600.json Make the three AP history modules incremental 2026-09-04 00:21:59 -04:00
pm30600.sql Make the three AP history modules incremental 2026-09-04 00:21:59 -04:00
pm30700.json Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
pm30700.sql Add GP Payables (PM) modules and an Accounts Payable group 2026-09-04 00:06:09 -04:00
poh_deleted.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
poh_deleted.sql Sync purchase orders incrementally 2026-08-18 22:44:24 -04:00
poh.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
poh.sql Sync purchase orders incrementally 2026-08-18 22:44:24 -04:00
poi.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
poi.sql Sync purchase orders incrementally 2026-08-18 22:44:24 -04:00
poprj.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
poprj.sql updates 2026-08-31 16:59:04 -04:00
punit.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
punit.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
qcrh.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
qcrh.sql updates 2026-08-06 15:39:22 -04:00
qcri.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
qcri.sql updates 2026-08-06 15:39:22 -04:00
qcrs.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
qcrs.sql updates 2026-08-06 15:39:22 -04:00
qtnote.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
qtnote.sql updates 2026-08-06 15:39:22 -04:00
resre.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
resre.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
rm00101.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
rm00101.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm00301.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
rm00301.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm20101.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
rm20101.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm20201.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
rm20201.sql Sync the RM apply tables, rm30201 incrementally 2026-08-18 23:48:22 -04:00
rm30101.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
rm30101.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm30201.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
rm30201.sql Sync the RM apply tables, rm30201 incrementally 2026-08-18 23:48:22 -04:00
rprh.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
rprh.sql Always sync unposted rprh batches 2026-08-18 23:48:22 -04:00
sach.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sach.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
sop10100.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sop10100.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop10102.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sop10102.sql updates 2026-08-06 15:39:22 -04:00
sop10104.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sop10104.sql updates 2026-08-31 16:59:04 -04:00
sop10200.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sop10200.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop30200.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sop30200.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop30300.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sop30300.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sscc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sscc.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stka.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
stka.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stkb.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
stkb.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
stkmm.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
stkmm.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stkmp.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
stkmp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stkr.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
stkr.sql updates 2026-08-31 16:59:04 -04:00
stnote.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
stnote.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surcharge_ms.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
surcharge_ms.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surcharge.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
surcharge.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surchargep.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
surchargep.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surchgexc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
surchgexc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sy00300.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sy00300.sql updates 2026-08-31 16:59:04 -04:00
sy03300.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sy03300.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sy40100.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
sy40100.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
tb_addbacks.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
tb_addbacks.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
tbfc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
tbfc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
terms.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
terms.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
uqf.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
uqf.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
userdetail.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
userdetail.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
usrc.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
usrc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
usrcust.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
usrcust.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
usrd.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
usrd.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
vend.json Carry module description through config export/apply 2026-09-04 00:05:57 -04:00
vend.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00