[cube_dispatcher] job_name = cube_test src_db = dbname=scriptsrc dst_db = dbname=scriptdst pgq_queue_name = data.middle logfile = sys/%(job_name)s.log pidfile = sys/%(job_name)s.pid # how many rows are kept: keep_latest, keep_all mode = keep_latest part_template = create table _DEST_TABLE (like _PARENT); alter table only _DEST_TABLE add primary key (_PKEY);