Skip to main content
Version: 0.7.0-incubating

Associate tags with metadata object

POST 

/metalakes/:metalake/objects/:metadataObjectType/:metadataObjectFullName/tags

Associate and disassociate tags with metadata object, please be aware that supported metadata objects are CATALOG, SCHEMA, TABLE, FILESET, TOPIC, COLUMN

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    metadataObjectType stringrequired

    Possible values: [CATALOG, SCHEMA, TABLE, COLUMN, FILESET, TOPIC, ROLE, METALAKE]

    The type of the metadata object

    metadataObjectFullName stringrequired

    The full name of the metadata object

Body

    tagsToAdd string[]nullable

    The tags to add

    tagsToRemove string[]nullable

    The tags to remove

Responses

Returns the list of tag names associated with the specified metadata object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    names string[]
Loading...