Skip to content

Commit 6695512

Browse files
drop_null_columns requires json or yaml format
Adding an additional description which notes that using the drop_null_columns parameter requires the format to be set to yaml or json. If these formats are not used, null columns will still be shown.
1 parent 5cd8893 commit 6695512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/esql/esql-query-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ supports this parameter for CSV responses.
4747
(Optional, boolean) Should columns that are entirely `null` be removed from
4848
the `columns` and `values` portion of the results? Defaults to `false`. If
4949
`true` the response will include an extra section under the name
50-
`all_columns` which has the name of all columns.
50+
`all_columns` which has the name of all columns. This parameter requires a `json` or `yaml` format for the response.
5151

5252
`format`::
5353
(Optional, string) Format for the response. For valid values, refer to

0 commit comments

Comments
 (0)