Skip to content

Commit

Permalink
Update destination tester README (#60)
Browse files Browse the repository at this point in the history
* added cli args detail in README

* incorporate comments

* incorporeate suggestions
  • Loading branch information
fivetran-abdulsalam authored Jul 17, 2024
1 parent 8cb8124 commit a47236c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/destination-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <custom_schema_name>` where `<custom_schema_name>` 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.

0 comments on commit a47236c

Please sign in to comment.