You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a tag that doesn;t exist will give no error and no tag is added. Example command and output:
gcli tag set --metalake metalake_demo --name catalog_postgres --tag unknown -i
catalog_postgres now tagged with
How should we improve?
The output could be improved e.g. "catalog_postgres now tagged with nothing". However, this seems more like a Java API issue in that NoSuchTag exception or similar should have been thrown.
The text was updated successfully, but these errors were encountered:
This is an intentional behavior, for non-existent tags, its behavior is on-op. I think we just need to improve the documentation. WDYT? @jerryshao
justinmclean
changed the title
[Improvement] In teh Gravitino CLI add an unknown tags give no error
[Improvement] In the Gravitino CLI add an unknown tags give no error
Dec 20, 2024
What would you like to be improved?
Adding a tag that doesn;t exist will give no error and no tag is added. Example command and output:
How should we improve?
The output could be improved e.g. "catalog_postgres now tagged with nothing". However, this seems more like a Java API issue in that NoSuchTag exception or similar should have been thrown.
The text was updated successfully, but these errors were encountered: