Databricks SDK for JavaScript
    Preparing search index...

    Variable ConnectorTypeConst

    ConnectorType: {
        CDC: "CDC";
        CONNECTOR_TYPE_UNSPECIFIED: "CONNECTOR_TYPE_UNSPECIFIED";
        QUERY_BASED: "QUERY_BASED";
    } = ...

    For certain database sources LakeFlow Connect offers both query based and cdc ingestion, ConnectorType can bse used to convey the type of ingestion. If connection_name is provided for database sources, we default to Query Based ingestion

    Type Declaration

    • ReadonlyCDC: "CDC"

      If connector_type = CDC and ingestion_gateway_id is provided then we use Ingestion Gateway pipeline with Cdc Managed Ingestion Pipeline for ingestion, if connector_type = CDC and connection_name is provided then we use Combined Cdc Managed Ingestion Pipeline.

    • ReadonlyCONNECTOR_TYPE_UNSPECIFIED: "CONNECTOR_TYPE_UNSPECIFIED"
    • ReadonlyQUERY_BASED: "QUERY_BASED"