Databricks SDK for JavaScript
    Preparing search index...

    Interface CleanRoomsNotebookTask

    Clean Rooms notebook task for V1 Clean Room service (GA). Replaces the deprecated CleanRoomNotebookTask (defined above) which was for V0 service.

    interface CleanRoomsNotebookTask {
        cleanRoomName?: string;
        etag?: string;
        notebookBaseParameters?: Record<string, string>;
        notebookName?: string;
    }
    Index

    Properties

    cleanRoomName?: string

    The clean room that the notebook belongs to.

    etag?: string

    Checksum to validate the freshness of the notebook resource (i.e. the notebook being run is the latest version). It can be fetched by calling the :method:cleanroomassets/get API.

    notebookBaseParameters?: Record<string, string>

    Base parameters to be used for the clean room notebook job.

    notebookName?: string

    Name of the notebook being run.