Skip to content

Commit 4710668

Browse files
committed
chore: spelling
1 parent b8203d1 commit 4710668

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/cue/reference/components/sinks/clickhouse.cue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ components: sinks: clickhouse: {
9898
clickhouse:
9999
type: clickhouse
100100
endpoint: http://localhost:8123
101-
database: mydatabase
102-
table: mytable
101+
database: my_database
102+
table: my_table
103103
format: json_each_row # default
104104
```
105105
@@ -120,8 +120,8 @@ components: sinks: clickhouse: {
120120
clickhouse:
121121
type: clickhouse
122122
endpoint: http://localhost:8123
123-
database: mydatabase
124-
table: mytable
123+
database: my_database
124+
table: my_table
125125
format: arrow_stream
126126
batch_encoding:
127127
codec: arrow_stream

0 commit comments

Comments
 (0)