diff --git a/README.md b/README.md index e094af4..3c26348 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ target-clickhouse --about --format=markdown | verify | False | 1 | Should secure connection need to verify SSL/TLS | | engine_type | False | None | The engine type to use for the table. | | table_name | False | None | The name of the table to write to. Defaults to stream name. | -| table_path | False | None | The table path for replicated tables. This is required when using any of the replication engines. Check out the [documentation](https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/replication#replicatedmergetree-parameters) for more information | +| table_path | False | None | The table path for replicated tables. This is required when using any of the replication engines. Check out the [documentation](https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/replication#replicatedmergetree-parameters) for more information. Use `$table_name` to substitute the table name. | | replica_name | False | None | The `replica_name` for replicated tables. This is required when using any of the replication engines. | | cluster_name | False | None | The cluster to create tables in. This is passed as the `clickhouse_cluster` argument when creating a table. [Documentation](https://clickhouse.com/docs/en/sql-reference/distributed-ddl) can be found here. | | default_target_schema| False | None | The default target database schema name to use for all streams. |