Closed
Description
Describe the bug
The next command errors because the string after the filter is not passed as it is
gcloud dataproc jobs list --region europe-west1 --limit=50 --filter="labels.table_name=vagabond_tranches" --sort-by="statusHistory[0].stateStartTime"
The error received from the external is this one
ERROR: (gcloud.dataproc.jobs.list) INVALID_ARGUMENT: Could not parse the filter: Unexpected property ''. Expected one of [labels, clusterName, placement.clusterName, status.state, operationType]
How to reproduce
run external command that requires an argument with string
Expected behavior
The string is passed correctly to the argument
Screenshots
No response
Configuration
No response
Additional context
No response