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

Indexer-cli feature request: Add bulk id filtering options to graph indexer actions update... command #1022

Open
fordN opened this issue Oct 10, 2024 · 0 comments

Comments

@fordN
Copy link
Contributor

fordN commented Oct 10, 2024

Currently the update command supports some bulk filtering options which are very useful. However, if the user wants to filter on id the only option is to use the single id select option.

I propose adding the following optional flags:

  • --id_lt (id less than)
  • --id_gt (id greater than)

Example usage:
If I have 500 reallocate actions with status = queued and ids in the range of (100, 800), and I want to begin approving and executing them in small batches. I would like to be able to do something like graph indexer actions update --status queued --type reallocate --id_lt 150 to approve just some of the reallocate actions in the queue.

@fordN fordN changed the title Add bulk id filtering options to graph indexer actions update... command Indexer-cli feature request: Add bulk id filtering options to graph indexer actions update... command Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ⌛ Up next
Development

No branches or pull requests

1 participant