Databricks SDK for JavaScript
    Preparing search index...

    Interface DbtPlatformTask

    interface DbtPlatformTask {
        connectionResourceName?: string;
        dbtPlatformJobId?: string;
    }
    Index

    Properties

    connectionResourceName?: string

    The resource name of the UC connection that authenticates the dbt platform for this task

    dbtPlatformJobId?: string

    Id of the dbt platform job to be triggered. Specified as a string for maximum compatibility with clients.