filters/flatten: fix input documentation (#84477)

Flatten input is a list, not a dictionary.
pull/84562/head
Max Gautier 11 months ago committed by GitHub
parent ad93b96750
commit 35a712588e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,8 +7,9 @@ DOCUMENTATION:
positional: _input, levels, skip_nulls positional: _input, levels, skip_nulls
options: options:
_input: _input:
description: First dictionary to combine. description: List to flatten.
type: dict type: list
elements: any
required: true required: true
levels: levels:
description: Number of recursive list depths to flatten. description: Number of recursive list depths to flatten.

Loading…
Cancel
Save