Skip to content

Commit

Permalink
readme changes for tester
Browse files Browse the repository at this point in the history
  • Loading branch information
Satvik Patil authored and Satvik Patil committed Jan 15, 2025
1 parent 1bb7303 commit 9cf4c0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/connector-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
```
docker pull us-docker.pkg.dev/build-286712/public-docker-us/sdktesters/sdk-tester
```
> Note: If using V2 proto versions, please use latest docker image from [public-docker-us/sdktesters-v2/sdk-tester](https://console.cloud.google.com/artifacts/docker/build-286712/us/public-docker-us/sdktesters-v2%2Fsdk-tester?invt=Abm4dQ&inv=1) Google Artifact Registry.
2. Run a container using the image with the following command. Make sure to map a local directory for storing files that the tool generates by replacing `<local-data-folder>` in the command, and replace <version> with the version of the image you pulled.
Expand Down
8 changes: 7 additions & 1 deletion tools/destination-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
```
docker pull us-docker.pkg.dev/build-286712/public-docker-us/sdktesters/sdk-tester
```
> Note: If using V2 proto versions, please use latest docker image from [public-docker-us/sdktesters-v2/sdk-tester](https://console.cloud.google.com/artifacts/docker/build-286712/us/public-docker-us/sdktesters-v2%2Fsdk-tester?invt=Abm4dQ&inv=1) Google Artifact Registry.
2. Run a container using the image with the following command. Make sure to map a local directory for the tool by replacing `<local-data-folder>` placeholders in the command, and replace `<version>` with the version of the image you pulled.
```
Expand Down Expand Up @@ -167,4 +170,7 @@ The tester by default reads all input files from local data folder and executes
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.
The tester by default adds a delay to operation for real-time simulation. Specifying this argument disables the delay.

#### --batch-file-type
We now support both CSV and PARQUET batch files. If this argument is not provided, testers will generate CSV batch files.

0 comments on commit 9cf4c0e

Please sign in to comment.