jerqi commented on code in PR #4308: URL: https://github.com/apache/gravitino/pull/4308#discussion_r1696664749
########## docs/manage-tags-in-gravitino.md: ########## @@ -0,0 +1,325 @@ +--- +title: "Manage tags in Gravitino" +slug: /manage-tags-in-gravitino +date: 2024-07-24 +keyword: tag management, tag, tags, Gravitino +license: This software is licensed under the Apache License version 2. +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Introduction + +Starting from 0.6.0, Gravitino introduces a new tag system that allows you to manage tags for +metadata objects. Tags are a way to categorize and organize metadata objects in Gravitino. + +This document briefly introduces how to use tags in Gravitino by both Gravitino Java client and +REST APIs. + +Note that current tag system is a basic implementation, some advanced features will be added in +the future versions. Review Comment: Could you add the iheritance about tag? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
