-
Notifications
You must be signed in to change notification settings - Fork 674
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] flytectl table view doesn't display state value #2926
Labels
Comments
shivaylamba
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
labels
Sep 26, 2022
eapolinario
added
good first issue
Good for newcomers
hacktoberfest
and removed
untriaged
This issues has not yet been looked at by the Maintainers
labels
Sep 26, 2022
pmahindrakar-oss
added
enhancement
New feature or request
bug
Something isn't working
and removed
bug
Something isn't working
enhancement
New feature or request
labels
Sep 27, 2022
50 tasks
I'd like to start work on this. |
@samhita-alla and here |
#take |
@shivaylamba What was it bedore and how did you update it? |
8 tasks
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
On changing the value of the state of a launchplan and running the command to fetch the launchplan details,
flytectl
table view doesn't display the value for the state. Using the-o yaml
does display the state value.Example:
flytectl -c /Users/shivaylamba/union.yaml \ get launchplan \ -p flytesnacks \ -d development \ --version v0.3.135 core.flyte_basics.hello_world.my_wf
Gives the output:
Output with
-o yaml
flag:Example:
flytectl -c /Users/shivaylamba/union.yaml \ get launchplan \ -p flytesnacks \ -d development \ -o yaml \ --version v0.3.135 core.flyte_basics.hello_world.my_wf
Gives the output:
Expected behavior
flytectl
table view should display all the values.Additional context to reproduce
No response
Screenshots
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: