Skip to content

Commit

Permalink
update component docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmith3197 committed Jul 17, 2023
1 parent 239b5d0 commit 1ab9b07
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions website/cue/reference/components/sinks/base/clickhouse.cue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ base: components: sinks: clickhouse: configuration: {
database: {
description: "The database that contains the table that data is inserted into."
required: false
type: string: examples: ["mydatabase"]
type: string: {
examples: ["mydatabase"]
syntax: "template"
}
}
date_time_best_effort: {
description: "Sets `date_time_input_format` to `best_effort`, allowing ClickHouse to properly parse RFC3339/ISO 8601."
Expand Down Expand Up @@ -325,7 +328,10 @@ base: components: sinks: clickhouse: configuration: {
table: {
description: "The table that data is inserted into."
required: true
type: string: examples: ["mytable"]
type: string: {
examples: ["mytable"]
syntax: "template"
}
}
tls: {
description: "TLS configuration."
Expand Down

0 comments on commit 1ab9b07

Please sign in to comment.