Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipelines list-pipeline-events with filter error #647

Closed
ganeshchand opened this issue Aug 7, 2023 · 2 comments · May be fixed by databricks/databricks-sdk-go#569
Closed

pipelines list-pipeline-events with filter error #647

ganeshchand opened this issue Aug 7, 2023 · 2 comments · May be fixed by databricks/databricks-sdk-go#569
Assignees
Labels
Bug Something isn't working CLI CLI related issues

Comments

@ganeshchand
Copy link

ganeshchand commented Aug 7, 2023

I am running the below command using Databricks CLI CLI v0.201.0. I am not specifying both page token and filter flags. However, the command fails with the error Error: You can provide a page token or specify a filter, but not both.

databricks pipelines list-pipeline-events <PIPELINE_ID> --filter "update_id LIKE '%<UPDATE_ID>%'"

@andrewnester andrewnester added Bug Something isn't working CLI CLI related issues labels Aug 8, 2023
@nfx
Copy link
Contributor

nfx commented Aug 8, 2023

Will be fixed after with the linked PR in Go SDK

@andrewnester
Copy link
Contributor

The issue is fixed in 0.217.0 version of CLI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working CLI CLI related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants