-
Notifications
You must be signed in to change notification settings - Fork 670
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
[BUG] flyte-cli and flyteadmin have different representation of certain filters #418
Closed
2 of 13 tasks
Labels
bug
Something isn't working
Comments
kumare3
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
labels
Jul 20, 2020
8 tasks
Trying to address this issue in the referencing PR, where I changed |
honnix
removed
the
untriaged
This issues has not yet been looked at by the Maintainers
label
Dec 4, 2020
closed by flyteorg/flytekit#272 |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Embedding a video explaining Single-node Multiple-GPU training.
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Signed-off-by: Olga Nad <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
using flyte-cli to write filters is extremely hard because of no documentation. ALso in the case of "not equals" both expect different syntax - https://github.com/lyft/flyteadmin/blob/45a79dba5a0c64b431263f53d7640af8a8ec8d20/pkg/common/filters.go#L72 (Admin wants ne)
Flytekit wants "neq"
Expected behavior
Documentation should have example of each filter.
And filters should be consistent
Flyte component
The text was updated successfully, but these errors were encountered: