-
Notifications
You must be signed in to change notification settings - Fork 1.7k
GCP workflows executions library lacks filter and orderBy support #11549
Copy link
Copy link
Closed
Labels
api: workflowexecutionsIssues related to the Workflow Executions API API.Issues related to the Workflow Executions API API.externalThis issue is blocked on a bug with the actual product.This issue is blocked on a bug with the actual product.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
api: workflowexecutionsIssues related to the Workflow Executions API API.Issues related to the Workflow Executions API API.externalThis issue is blocked on a bug with the actual product.This issue is blocked on a bug with the actual product.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The REST API (https://cloud.google.com/workflows/docs/reference/executions/rest/v1/projects.locations.workflows.executions/list) has support for
filterandorderByparams while the Python library forgcp-workflowshas no such fields.It'd be great to regenerate the client / add support for the missing fields while filtering represents a major feature available in the API.