Databricks SDK for JavaScript
    Preparing search index...
    interface CleanRoomAsset_Notebook {
        etag?: string;
        notebookContent?: string;
        reviews?: CleanRoomNotebookReview[];
        reviewState?: CleanRoomNotebookReview_NotebookReviewState;
        runnerCollaboratorAliases?: string[];
    }
    Index

    Properties

    etag?: string

    Server generated etag that represents the notebook version.

    notebookContent?: string

    Base 64 representation of the notebook contents. This is the same format as returned by :method:workspace/export with the format of HTML.

    All existing approvals or rejections

    Top-level status derived from all reviews

    runnerCollaboratorAliases?: string[]

    Aliases of collaborators that can run the notebook.