Skip to main content

Create a source

deprecated

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

Creates a new source object. A source is the physical location of a dataset such as a table in PostgreSQL, or topic in Kafka. A source enables the grouping of physical datasets to their physical source.

Path Parameters
    source string required

    Possible values: <= 1024 characters

    The name of the source.

Request Body
    type string required

    The type of the source.

    connectionUrl URL required

    The URL to the location of the source.

    description string

    The description of the source.

Responses

OK


Schema
    type string

    The type of the source.

    name string

    The name of the source.

    createdAt date-time

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

    updatedAt date-time

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

    connectionUrl URL

    The URL to the location of the source.

    description string

    The description of the dataset.

Loading...