Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Jun 27, 2024
1 parent 0890634 commit 04c0a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ private List<String> generateClickhouseLocalFiles(String clickhouseLocalFileTmpF
if (localPaths.size() == 1) {
command.add("local");
}
command.add("-n");
command.add("--file");
command.add(clickhouseLocalFileTmpFile);
command.add("--format_csv_delimiter");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sink {
node_free_password = true
username = "default"
password = ""
clickhouse_local_path = "/bin/clickhouse"
clickhouse_local_path = "/bin/clickhouse local"
}

# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
Expand Down

0 comments on commit 04c0a77

Please sign in to comment.