Skip to content

Commit 7c6011e

Browse files
committed
Fix indentation
1 parent c488cb1 commit 7c6011e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ target:
133133
size: 100 # number of messages in a batch. Defaults to 100
134134
max_bytes: 1572864 # max size of batch in bytes (1.5MiB). Defaults to 1.5MiB
135135
max_queue_bytes: 204800 # max size of memory guard queue in bytes (100MiB). Defaults to 100MiB
136-
schema_log_store_url: "postgresql://user:password@localhost:5432/mydatabase" # url to the postgres database where the schema log is stored to be used when performing schema change diffs
136+
schema_log_store_url: "postgresql://user:password@localhost:5432/mydatabase" # url to the postgres database where the schema log is stored to be used when performing schema change diffs
137137
disable_triggers: false # whether to disable triggers on the target database. Defaults to false
138138
on_conflict_action: "nothing" # options are update, nothing or error. Defaults to error
139139
kafka:
@@ -995,12 +995,12 @@ transformations:
995995
| ----------------------------------- |
996996
| `text`, `varchar`, `char`, `bpchar` |
997997

998-
| Parameter | Type | Default | Required | Values |
999-
| --------------- | ------ | ------- | -------- | --------------------- |
1000-
| prefix | string | "" | No | N/A |
1001-
| min_length | int | 6 | No | N/A |
1002-
| max_length | int | 10 | No | N/A |
1003-
| generator | string | random | No | random, deterministic |
998+
| Parameter | Type | Default | Required | Values |
999+
| ---------- | ------ | ------- | -------- | --------------------- |
1000+
| prefix | string | "" | No | N/A |
1001+
| min_length | int | 6 | No | N/A |
1002+
| max_length | int | 10 | No | N/A |
1003+
| generator | string | random | No | random, deterministic |
10041004

10051005
If the prefix is set, this transformer will always generate phone numbers starting with the prefix.
10061006

0 commit comments

Comments
 (0)