Skip to main content

Tag a field

Tag an existing field of a dataset.

Path Parameters
    namespace string required

    Possible values: <= 1024 characters

    The name of the namespace.

    dataset string required

    Possible values: <= 1024 characters

    The name of the dataset.

    field string required

    The name of the field.

    tag string required

    The name of the tag.

Responses

OK


Schema
    id object

    The ID of the dataset.

    namespace string

    The namespace of the dataset.

    name string

    The name of the dataset.

    type string

    The type of the dataset.

    name string

    The logical name of the dataset.

    physicalName string

    The physical name of the dataset.

    createdAt date-time

    An ISO-8601 timestamp representing the date/time the dataset was created.

    updatedAt date-time

    An ISO-8601 timestamp representing the date/time the dataset was updated.

    namespace string

    The namespace of the dataset.

    sourceName string

    The name of the source associated with the dataset.

    fields object[]

    The fields of the dataset.

  • Array [
  • name string required

    The name of the field.

    type string required

    The data type of the field.

    tags string[]

    List of tags.

    description string

    The description of the field.

  • ]
  • tags string[]

    List of tags.

    lastModifiedAt date-time

    An ISO-8601 timestamp representing the date/time the dataset was last modified by a successful run.

    lastLifecycleState string

    The last lifecycle state of the dataset.

    description string

    The description of the dataset.

    facets object

    The facets of the dataset. For a full list of standard dataset facets, see OpenLineage.

    description
    allOf
    title
    currentVersion uuid

    The current version of the dataset.

    deleted boolean

    The deleted state of the dataset.

Loading...