Skip to content

Strings are not passed as they are to externals #4601

Closed
@elferherrera

Description

@elferherrera

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamproblem with upstream dependency

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions