Skip to content

Commit bc5d8e2

Browse files
committed
update streaming load docs and tests
1 parent 0f2c853 commit bc5d8e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/doc/11-integrations/00-api/03-streaming-load.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The request usually includes many occurrences of the argument `-H` and each is f
2828
> FILE_FORMAT = ( TYPE = { CSV | TSV | NDJSON | PARQUET | XML} [ formatTypeOptions ] )
2929
>
3030
> The `formatTypeOptions` is same as [COPY_INTO](../../14-sql-commands/10-dml/dml-copy-into-table.md)'s `formatTypeOptions`.
31+
3132
## Alternatives to Streaming Load API
3233

3334
The [COPY INTO](../../14-sql-commands/10-dml/dml-copy-into-table.md) command enables you to load data from files using insecure protocols, such as HTTP. This simplifies the data loading in some specific scenarios, for example, Databend is installed on-premises with MinIO. In such cases, you can load data from local files with the COPY INTO command.

0 commit comments

Comments
 (0)