Skip to main content
Version: 0.4.0

Get partition by name

GET 

/metalakes/:metalake/catalogs/:catalog/schemas/:schema/tables/:table/partitions/:partition

Returns the specified partition

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

    partition stringrequired

    The name of the partition

Responses

Returns include the partition object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    partition

    object

    oneOf

    type stringrequired

    Possible values: [identity]

    name Name

    The name of the partition

    fieldNames array[]required

    The names of the fields, each field may be with multiple levels

    values

    object[]

    required

    The values of the partition, must be the same length and order as fieldNames

  • Array [

  • type string

    Possible values: [literal]

    dataType

    object

    required

    oneOf

    string

    value stringrequired

    The string format of the literal value

  • ]

  • properties

    object

    nullable

    The properties of the partition

    property name* string
Loading...