Databricks SDK for JavaScript
    Preparing search index...
    interface PipelineEvent {
        error?: ErrorDetail;
        eventType?: string;
        id?: string;
        level?: EventLevel;
        maturityLevel?: MaturityLevel;
        message?: string;
        origin?: Origin;
        sequence?: Sequencing;
        timestamp?: string;
        truncation?: Truncation;
    }
    Index

    Properties

    error?: ErrorDetail

    Information about an error captured by the event.

    eventType?: string

    The event type. Should always correspond to the details

    id?: string

    A time-based, globally unique id.

    level?: EventLevel

    The severity level of the event.

    maturityLevel?: MaturityLevel

    Maturity level for event_type.

    message?: string

    The display message associated with the event.

    origin?: Origin

    Describes where the event originates from.

    sequence?: Sequencing

    A sequencing object to identify and order events.

    timestamp?: string

    The time of the event.

    truncation?: Truncation

    Information about which fields were truncated from this event due to size constraints. If empty or absent, no truncation occurred. See https://docs.databricks.com/en/ldp/monitor-event-logs for information on retrieving complete event data.