Skip to main content
Version: 0.5.1

List partitions (names)

GET 

/metalaskes/:metalake/catalogs/:catalog/schemas/:schema/tables/:table/partitions

List partitions (names)

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

    schema stringrequired

    The name of the schema

    table stringrequired

    The name of the table

Query Parameters

    details boolean

    Include detailed information about the partitions

Responses

Returns list of partition objects if {details} is true, else returns list of partition names

Schema

    oneOf

    code int32

    Possible values: [0]

    Status code of the response

    names string[]

    A list of partition names

Loading...