Databricks SDK for JavaScript
    Preparing search index...

    Custom fields that user can set for pipeline while creating SyncedDatabaseTable. Note that other fields of pipeline are still inferred by table def internally

    interface NewPipelineSpec {
        budgetPolicyId?: string;
        storageCatalog?: string;
        storageSchema?: string;
    }
    Index

    Properties

    budgetPolicyId?: string

    Budget policy to set on the newly created pipeline.

    storageCatalog?: string

    This field needs to be specified if the destination catalog is a managed postgres catalog.

    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

    This field needs to be specified if the destination catalog is a managed postgres catalog.

    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.