From a47236c2054c21f78cd41ea4a296811275a88253 Mon Sep 17 00:00:00 2001 From: Abdul Salam <104752966+fivetran-abdulsalam@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:35:28 +0530 Subject: [PATCH] Update destination tester README (#60) * added cli args detail in README * incorporate comments * incorporeate suggestions --- tools/destination-tester/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/destination-tester/README.md b/tools/destination-tester/README.md index 62d5302..54c1e3f 100644 --- a/tools/destination-tester/README.md +++ b/tools/destination-tester/README.md @@ -153,3 +153,9 @@ This option disables encryption and compression of batch files for debugging pur #### --input-file The tester by default reads all input files from local data folder and executes them in the alphabetical order they appear. You can specify a single input file to be read and executed using this option. Providing just the filename is sufficient. + +#### --schema-name +The tester by default creates a schema named `tester`. This option allows the tester to run with a custom schema name by specifying `--schema-name ` where `` is your custom schema name. + +#### --disable-operation-delay +The tester by default adds a delay to operation for real-time simulation. Specifying this argument disables the delay. \ No newline at end of file