Databricks SDK for JavaScript
    Preparing search index...

    Interface DbtTask_DbtTaskOutput

    interface DbtTask_DbtTaskOutput {
        artifactsHeaders?: Record<string, string>;
        artifactsLink?: string;
    }
    Index

    Properties

    artifactsHeaders?: Record<string, string>

    An optional map of headers to send when retrieving the artifact from the artifacts_link.

    artifactsLink?: string

    A pre-signed URL to download the (compressed) dbt artifacts. This link is valid for a limited time (30 minutes). This information is only available after the run has finished.