Databricks SDK for JavaScript
    Preparing search index...

    Interface DbtCloudTaskOutput

    Deprecated in favor of DbtPlatformTaskOutput

    interface DbtCloudTaskOutput {
        dbtCloudJobRunId?: bigint;
        dbtCloudJobRunOutput?: DbtCloudJobRunStep[];
        dbtCloudJobRunUrl?: string;
    }
    Index

    Properties

    dbtCloudJobRunId?: bigint

    Id of the job run in dbt Cloud

    dbtCloudJobRunOutput?: DbtCloudJobRunStep[]

    Steps of the job run as received from dbt Cloud

    dbtCloudJobRunUrl?: string

    Url where full run details can be viewed