Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 518 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 518 Bytes

Synthesized TDK DB2 LUW Demo

Spin up databases:

docker compose up input_db output_db -d

Set up the TDK license key:

export SYNTHESIZED_KEY=kDpeQB...

Note

Please contact us to obtain an enterprise license key.

Run sql-query on the source DB:

ALTER TABLE DB2INST1.CL_SCHED DROP COLUMN "STARTING";
ALTER TABLE DB2INST1.CL_SCHED DROP COLUMN "ENDING";

Run transformations in masking mode:

docker compose run tdk