Databricks SDK for JavaScript
    Preparing search index...

    Interface NotebookTask_NotebookOutput

    interface NotebookTask_NotebookOutput {
        result?: string;
        truncated?: boolean;
    }
    Index

    Properties

    Properties

    result?: string

    The value passed to dbutils.notebook.exit(). restricts this API to return the first 5 MB of the value. For a larger result, your job can store the results in a cloud storage service. This field is absent if dbutils.notebook.exit() was never called.

    truncated?: boolean

    Whether or not the result was truncated.