We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7ae62 commit 9435d48Copy full SHA for 9435d48
docs/doc/11-integrations/00-api/03-streaming-load.md
@@ -27,7 +27,7 @@ The request usually includes many occurrences of the argument `-H` and each is f
27
28
> FILE_FORMAT = ( TYPE = { CSV | TSV | NDJSON | PARQUET | XML} [ formatTypeOptions ] )
29
>
30
-> The `formatTypeOptions` is same as [COPY_INTO](../../14-sql-commands/10-dml/dml-copy-into-table.md)'s `formatTypeOptions`.
+> The `formatTypeOptions` contains the same options as the one for the [COPY_INTO](../../14-sql-commands/10-dml/dml-copy-into-table.md) command.
31
32
## Alternatives to Streaming Load API
33
0 commit comments