<td>Sharding suffix key for each table, allow setting sharding suffix key for multiTables.Default sink table name is 'test_table${suffix_key}'.Default sharding column is first partition column.Tables are separated by ';'.Table and column are separated by ':'.For example, we can set sharding.suffix.key by 'table1:col1;table2:col2'.</td>
<td>Sharding suffix key for each table, allow setting sharding suffix key for multiTables.Default sink table name is test_table${suffix_key}.Default sharding column is first partition column.Tables are separated by ';'.Table and column are separated by ':'.For example, we can set sharding.suffix.key by 'table1:col1;table2:col2'.</td>
</tr>
<tr>
<td>sharding.suffix.separator</td>
<td>optional</td>
<tdstyle="word-wrap: break-word;">"_"</td>
<td>String</td>
<td>Separator for sharding suffix in table names, allow defining the separator between table name and sharding suffix. Default value is '_'. For example, if set to '-', the default table name would be 'test_table-${suffix}'</td>
<td>Separator for sharding suffix in table names, allow defining the separator between table name and sharding suffix. Default value is '_'. For example, if set to '-', the default table name would be test_table-${suffix}</td>