Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteCdfConfigRequest

    Request to delete a Lakebase CDF configuration (CdfConfig).

    interface DeleteCdfConfigRequest {
        force?: boolean;
        name?: string;
    }
    Index

    Properties

    Properties

    force?: boolean

    When true, also drops the replicated Delta tables in Unity Catalog. When false (the default), the replicated tables are preserved at their last synced state.

    name?: string

    The resource name of the CdfConfig to delete. Format: projects/{project}/branches/{branch}/databases/{database}/cdf-configs/{cdf_config}