Skip to main content

Create a dataset

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Creates a new 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.

Request Body
    anyOf

    type string required

    Possible values: [DB_TABLE]

    The type of the dataset.

    physicalName string required

    The physical name of the table.

    sourceName string required

    The name of the source associated with the table.

    fields object[] required

    The fields of the table.

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

    description string

    The description of the table.

    runId string

    The ID associated with the run modifying the table.

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