Databricks SDK for JavaScript
    Preparing search index...

    Location of staged data storage

    interface DataStagingOptions {
        catalogName?: string;
        schemaName?: string;
        volumeName?: string;
    }
    Index

    Properties

    catalogName?: string

    (Required, Immutable) The name of the catalog for the connector's staging storage location.

    schemaName?: string

    (Required, Immutable) The name of the schema for the connector's staging storage location.

    volumeName?: string

    (Optional) The Unity Catalog-compatible name for the storage location. This is the volume to use for the data that is extracted by the connector. Spark Declarative Pipelines system will automatically create the volume under the catalog and schema. For Combined Cdc Managed Ingestion pipelines default name for the volume would be : __databricks_ingestion_gateway_staging_data-$pipelineId