Skip to main content
Version: 0.6.1-incubating

Get owner

GET 

/metalakes/:metalake/owners/:metadataObjectType/:metadataObjectFullName

Returns the specified owner information in the specified metalake

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    metadataObjectType stringrequired

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

    The type of the metadata object

    metadataObjectFullName stringrequired

    The full name of the metadata object

Responses

Returns the owner object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    owner

    object

    name stringrequired

    The name of the owner

    type stringrequired

    Possible values: [USER, GROUP]

    The type of the owner

Loading...