apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.1k stars 345 forks source link

[Improvement] rest api doc: "METALAKE" in metadataObjectType possible values doesn't make sense (associate-tags, list-object-tags rest api page) #4809

Closed danhuawang closed 1 month ago

danhuawang commented 2 months ago

Version

main branch

Describe what's wrong

in associate-tags, list-object-tags, get-object-tag rest api page http://52.195.42.58:3003/docs/latest/api/rest/associate-tags http://52.195.42.58:3003/docs/latest/api/rest/list-object-tags http://52.195.42.58:3003/docs/latest/api/rest/get-object-tag

image

As METALAKE is unsupported metadata object type when I call the api, suggest remove METALAKE from possible values

Error message and/or stacktrace

N/A

How to reproduce

N/A

Additional context

No response

danhuawang commented 2 months ago

@jerryshao Can you help confirm if this is a doc problem ?

jerryshao commented 2 months ago

Yes, this "METALAKE" is added by @jerqi , it's just a doc problem, I will figure out how to well address this problem.

jerryshao commented 1 month ago

I will add more docs to clearly describe it.