Skip to content

Commit d416e81

Browse files
committed
fix CI
1 parent eecf2a9 commit d416e81

File tree

2 files changed

+45
-6
lines changed

2 files changed

+45
-6
lines changed

docs/integrations/data-ingestion/apache-flink/flink-connector.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ _Note: the connector has not been tested against Flink versions earlier than 1.1
4747

4848
## Installation & Setup {#installation--setup}
4949
### Import as a Dependency {#import-as-a-dependency}
50-
#### For Flink 2.0+ {#flink-2.0}
50+
#### For Flink 2.0+ {#flink-2}
5151

5252
<Tabs>
5353
<TabItem value="Maven" label="Maven" default>
@@ -78,7 +78,7 @@ libraryDependencies += "com.clickhouse.flink" % "flink-connector-clickhouse-2.0.
7878
</TabItem>
7979
</Tabs>
8080

81-
#### For Flink 1.17+ {#flink-1.17}
81+
#### For Flink 1.17+ {#flink-117}
8282
<Tabs>
8383
<TabItem value="Maven" label="Maven" default>
8484

@@ -123,7 +123,7 @@ where:
123123
You can find all available released JAR files in the [Maven Central Repository](https://repo1.maven.org/maven2/com/clickhouse/flink/).
124124

125125
## Using the DataStream API {#using-the-datastream-api}
126-
### Snippet {#snippet}
126+
### Snippet {#datastream-snippet}
127127

128128
Configure ClickHouseClient
129129

@@ -166,7 +166,7 @@ More examples and snippets can be found in our tests:
166166
- [flink-connector-clickhouse-1.17](https://github.com/ClickHouse/flink-connector-clickhouse/tree/main/flink-connector-clickhouse-1.17/src/test/java/org/apache/flink/connector/clickhouse/sink)
167167
- [flink-connector-clickhouse-2.0.0](https://github.com/ClickHouse/flink-connector-clickhouse/tree/main/flink-connector-clickhouse-2.0.0/src/test/java/org/apache/flink/connector/clickhouse/sink)
168168

169-
### Quick Start Example {#quick-start}
169+
### Quick Start Example {#datastream-quick-start}
170170

171171
We have created maven-based example for an easy start with the ClickHouse Sink:
172172

@@ -203,11 +203,11 @@ The following options come directly from Flink's `AsyncSinkBase`:
203203

204204
Table API support is planned for a future release. This section will be updated once available.
205205

206-
### Snippet {#snippet}
206+
### Snippet {#table-snippet}
207207

208208
Planned for a future release — this section will provide a usage snippet for configuring the Table API.
209209

210-
### Quick Start Example {#quick-start}
210+
### Quick Start Example {#table-quick-start}
211211

212212
Planned for a future release — a complete end-to-end example will be added once Table API support becomes available.
213213

scripts/aspell-dict-file.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,3 +1280,42 @@ dtype
12801280
dtypes
12811281
groupby
12821282
skipna
1283+
--docs/integrations/data-ingestion/apache-flink/flink-connector.md--
1284+
AsyncSinkBase
1285+
BigDecimal
1286+
BigInteger
1287+
DataStream
1288+
DataWriter
1289+
ElementConverter
1290+
Flink's
1291+
LocalDate
1292+
LocalDateTime
1293+
ZonedDateTime
1294+
actualBytesPerBatch
1295+
actualRecordsPerBatch
1296+
actualTimeInBuffer
1297+
numBytesSend
1298+
numOfDroppedBatches
1299+
numOfDroppedRecords
1300+
numRecordSend
1301+
numRequestSubmitted
1302+
totalBatchRetries
1303+
triggeredByMaxBatchSizeCounter
1304+
triggeredByMaxBatchSizeInBytesCounter
1305+
triggeredByMaxTimeInBufferMSCounter
1306+
writeArray
1307+
writeBoolean
1308+
writeDate
1309+
writeDateTime
1310+
writeDecimal
1311+
writeFailureLatencyHistogram
1312+
writeFixedString
1313+
writeFloat
1314+
writeInt
1315+
writeIntUUID
1316+
writeJSON
1317+
writeLatencyHistogram
1318+
writeMap
1319+
writeString
1320+
writeTuple
1321+
writeUInt

0 commit comments

Comments
 (0)