Databricks SDK for JavaScript
    Preparing search index...

    Interface DbtPlatformTaskOutput

    interface DbtPlatformTaskOutput {
        dbtPlatformJobRunId?: string;
        dbtPlatformJobRunOutput?: DbtPlatformJobRunStep[];
        dbtPlatformJobRunUrl?: string;
        stepsTruncated?: boolean;
    }
    Index

    Properties

    dbtPlatformJobRunId?: string

    Id of the job run in dbt platform. Specified as a string for maximum compatibility with clients.

    dbtPlatformJobRunOutput?: DbtPlatformJobRunStep[]

    Steps of the job run as received from dbt platform

    dbtPlatformJobRunUrl?: string

    Url where full run details can be viewed

    stepsTruncated?: boolean

    Whether the number of steps in the output has been truncated. If true, the output will contain the first 20 steps of the output.