Databricks SDK for JavaScript
    Preparing search index...

    Lineage context information for tracking where an API was invoked. This will allow us to track lineage, which currently uses caller entity information for use across the Lineage Client and Observability in Lumberjack.

    interface LineageContext {
        jobContext?: JobContext;
        notebookId?: bigint;
    }
    Index

    Properties

    jobContext?: JobContext

    Job context information including job ID and run ID.

    notebookId?: bigint

    The notebook ID where this API was invoked.