Skip to content

Commit 9435d48

Browse files
committed
update streaming load docs and tests
1 parent aa7ae62 commit 9435d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The request usually includes many occurrences of the argument `-H` and each is f
2727

2828
> FILE_FORMAT = ( TYPE = { CSV | TSV | NDJSON | PARQUET | XML} [ formatTypeOptions ] )
2929
>
30-
> The `formatTypeOptions` is same as [COPY_INTO](../../14-sql-commands/10-dml/dml-copy-into-table.md)'s `formatTypeOptions`.
30+
> The `formatTypeOptions` contains the same options as the one for the [COPY_INTO](../../14-sql-commands/10-dml/dml-copy-into-table.md) command.
3131
3232
## Alternatives to Streaming Load API
3333

0 commit comments

Comments
 (0)