You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -186,7 +186,7 @@ For more detailed instructions, see the [Example Guide](https://github.com/Click
186
186
|`database`| ClickHouse database name | N/A |
187
187
|`table`| ClickHouse table name | N/A |
188
188
189
-
#### Sink Options
189
+
#### Sink Options {#sink-options}
190
190
191
191
The following options come directly from Flink's `AsyncSinkBase`:
192
192
@@ -203,11 +203,11 @@ The following options come directly from Flink's `AsyncSinkBase`:
203
203
204
204
Table API support is planned for a future release. This section will be updated once available.
205
205
206
-
### Snippet
206
+
### Snippet {#snippet}
207
207
208
208
Planned for a future release — this section will provide a usage snippet for configuring the Table API.
209
209
210
-
### Quick Start Example
210
+
### Quick Start Example {#quick-start}
211
211
212
212
Planned for a future release — a complete end-to-end example will be added once Table API support becomes available.
213
213
@@ -271,7 +271,7 @@ Notes:
271
271
* Precision and scale must be provided when performing decimal operations.
272
272
* In order for ClickHouse to parse a Java String as JSON, you need to enable `enableJsonSupportAsString` in `ClickHouseClientConfig`.
273
273
274
-
## Metrics
274
+
## Metrics {#metrics}
275
275
276
276
The connector exposes the following additional metrics on top of Flink's existing metrics:
277
277
@@ -302,7 +302,7 @@ The connector exposes the following additional metrics on top of Flink's existin
302
302
- All artifacts and versions of the connector are tested with all [active LTS versions](https://github.com/ClickHouse/ClickHouse/pulls?q=is%3Aopen+is%3Apr+label%3Arelease) of ClickHouse.
303
303
- See the [ClickHouse security policy](https://github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md#security-change-log-and-support) for known security vulnerabilities and how to report a vulnerability.
304
304
- We recommend upgrading the connector continuously to not miss security fixes and new improvements.
305
-
- If you have an issue with migration, please create a GitHub [issue](https://github.com/ClickHouse/flink-connector-clickhouse/issues) and we will respond!
305
+
- If you have an issue with migration, please create a GitHub [issue](https://github.com/ClickHouse/flink-connector-clickhouse/issues) and we will respond!
306
306
307
307
## Contributing and Support {#contributing-and-support}
0 commit comments