Databricks SDK for JavaScript
    Preparing search index...

    Interface DbtCloudJobRunStep

    Format of response retrieved from dbt Cloud, for inclusion in output Deprecated in favor of DbtPlatformJobRunStep

    interface DbtCloudJobRunStep {
        index?: number;
        logs?: string;
        name?: string;
        status?: DbtPlatformRunStatus;
    }
    Index

    Properties

    index?: number

    Orders the steps in the job

    logs?: string

    Output of the step

    name?: string

    Name of the step in the job

    State of the step