We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If an object is archived, and I update any property except state (e.g., description), the object is unarchived.
Here's an example with projects:
$ flytectl get project --------------- --------------- --------------------------- | ID | NAME | DESCRIPTION | --------------- --------------- --------------------------- | flyteexamples | flyteexamples | flyteexamples description | --------------- --------------- --------------------------- | flytetester | flytetester | flytetester description | --------------- --------------- --------------------------- | flytesnacks | woopidoo | oops2 | --------------- --------------- --------------------------- 3 rows $ flytectl update project --id flytesnacks --archive Project flytesnacks updated $ flytectl get project --------------- --------------- --------------------------- | ID | NAME | DESCRIPTION | --------------- --------------- --------------------------- | flyteexamples | flyteexamples | flyteexamples description | --------------- --------------- --------------------------- | flytetester | flytetester | flytetester description | --------------- --------------- --------------------------- 2 rows $ flytectl update project --id flytesnacks --description "bananas" Project flytesnacks updated $ flytectl get project --------------- --------------- --------------------------- | ID | NAME | DESCRIPTION | --------------- --------------- --------------------------- | flyteexamples | flyteexamples | flyteexamples description | --------------- --------------- --------------------------- | flytetester | flytetester | flytetester description | --------------- --------------- --------------------------- | flytesnacks | woopidoo | bananas | --------------- --------------- --------------------------- 3 rows
Objects should stay in whatever state they were prior to update.
--activate
--archive
No response
The text was updated successfully, but these errors were encountered:
Hello @pingsutw , can you please assign me this issue?
Sorry, something went wrong.
Sorry for the inconvenience @pingsutw , you may assign this to someone else.
Hi! I created a PR for fixing this bug here: flyteorg/flytectl#438
mcanueste
No branches or pull requests
Describe the bug
If an object is archived, and I update any property except state (e.g., description), the object is unarchived.
Here's an example with projects:
Expected behavior
Objects should stay in whatever state they were prior to update.
Additional context to reproduce
--activate
or--archive
flags).Screenshots
No response
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: