Databricks SDK for JavaScript
    Preparing search index...

    Interface IngestionGatewayPipelineDefinition

    interface IngestionGatewayPipelineDefinition {
        connectionId?: string;
        connectionName?: string;
        connectionParameters?: ConnectionParameters;
        gatewayStorageCatalog?: string;
        gatewayStorageName?: string;
        gatewayStorageSchema?: string;
    }
    Index

    Properties

    connectionId?: string

    [Deprecated, use connection_name instead] Immutable. The Unity Catalog connection that this gateway pipeline uses to communicate with the source.

    connectionName?: string

    Immutable. The Unity Catalog connection that this gateway pipeline uses to communicate with the source.

    connectionParameters?: ConnectionParameters

    Optional, Internal. Parameters required to establish an initial connection with the source.

    gatewayStorageCatalog?: string

    Required, Immutable. The name of the catalog for the gateway pipeline's storage location.

    gatewayStorageName?: string

    Optional. The Unity Catalog-compatible name for the gateway storage location. This is the destination to use for the data that is extracted by the gateway. Spark Declarative Pipelines system will automatically create the storage location under the catalog and schema.

    gatewayStorageSchema?: string

    Required, Immutable. The name of the schema for the gateway pipelines's storage location.