Skip to main content
Version: Next

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: [METALAKE, CATALOG, SCHEMA, TABLE, COLUMN, FILESET, TOPIC, MODEL, ROLE]

    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...