Databricks SDK for JavaScript
    Preparing search index...
    interface Origin {
        batchId?: bigint;
        cloud?: string;
        clusterId?: string;
        datasetName?: string;
        flowId?: string;
        flowName?: string;
        host?: string;
        ingestionSourceCatalogName?: string;
        ingestionSourceConnectionName?: string;
        ingestionSourceSchemaName?: string;
        ingestionSourceTableName?: string;
        ingestionSourceTableVersion?: string;
        maintenanceId?: string;
        materializationName?: string;
        orgId?: bigint;
        pipelineId?: string;
        pipelineName?: string;
        region?: string;
        requestId?: string;
        tableId?: string;
        ucResourceId?: string;
        updateId?: string;
    }
    Index

    Properties

    batchId?: bigint

    The id of a batch. Unique within a flow.

    cloud?: string

    The cloud provider, e.g., AWS or Azure.

    clusterId?: string

    The id of the cluster where an execution happens. Unique within a region.

    datasetName?: string

    The name of a dataset. Unique within a pipeline.

    flowId?: string

    The id of the flow. Globally unique. Incremental queries will generally reuse the same id while complete queries will have a new id per update.

    flowName?: string

    The name of the flow. Not unique.

    host?: string

    The optional host name where the event was triggered

    ingestionSourceCatalogName?: string

    The name of the source catalog name (if known) from whose data ingestion is described by this event.

    ingestionSourceConnectionName?: string

    The name of the source UC connection (if known) from whose data ingestion is described by this event.

    ingestionSourceSchemaName?: string

    The name of the source schema name (if known) from whose data ingestion is described by this event.

    ingestionSourceTableName?: string

    The name of the source table name (if known) from whose data ingestion is described by this event.

    ingestionSourceTableVersion?: string

    An optional implementation-defined source table version of a dataset being (re)ingested.

    maintenanceId?: string

    The id of a maintenance run. Globally unique.

    materializationName?: string

    Materialization name.

    orgId?: bigint

    The org id of the user. Unique within a cloud.

    pipelineId?: string

    The id of the pipeline. Globally unique.

    pipelineName?: string

    The name of the pipeline. Not unique.

    region?: string

    The cloud region.

    requestId?: string

    The id of the request that caused an update.

    tableId?: string

    The id of a (delta) table. Globally unique.

    ucResourceId?: string

    The Unity Catalog id of the MV or ST being updated.

    updateId?: string

    The id of an execution. Globally unique.