Databricks SDK for JavaScript
    Preparing search index...
    interface NewPipelineSpec {
        budgetPolicyId?: string;
        storageCatalog?: string;
        storageSchema?: string;
    }
    Index

    Properties

    budgetPolicyId?: string

    Budget policy to set on the newly created pipeline.

    storageCatalog?: string

    UC catalog for the pipeline to store intermediate files (checkpoints, event logs etc). This needs to be a standard catalog where the user has permissions to create Delta tables.

    storageSchema?: string

    UC schema for the pipeline to store intermediate files (checkpoints, event logs etc). This needs to be in the standard catalog where the user has permissions to create Delta tables.