Skip to content

Commit

Permalink
description changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iNikitaGricenko committed Nov 3, 2023
1 parent b9fd735 commit 3752c8b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
@Getter
@NoArgsConstructor
@Schema(
title = "Bulk Insert into Clickhouse database."
title = "Bulk Insert new rows into a ClickHouse database."
)
@Plugin(
examples = {
@Example(
title = "Insert data through sql query to a Clickhouse database using asynchronous",
title = "Insert rows from another table to a Clickhouse database using asynchronous inserts",
code = {
"from: \"{{ outputs.query.uri }}\"",
"url: jdbc:clickhouse://127.0.0.1:56982/",
Expand All @@ -41,7 +41,7 @@
}
),
@Example(
title = "Insert data into specific fields through sql query to a Clickhouse database using asynchronous",
title = "Insert data into specific columns via a SQL query to a ClickHouse database using asynchronous inserts",
code = {
"from: \"{{ outputs.query.uri }}\"",
"url: jdbc:clickhouse://127.0.0.1:56982/",
Expand Down

0 comments on commit 3752c8b

Please sign in to comment.