Databricks SDK for JavaScript
    Preparing search index...

    Variable DataModificationStatusConst

    DataModificationStatus: {
        FAILURE: "FAILURE";
        PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
        SUCCESS: "SUCCESS";
    } = ...

    Overall outcome of a data-plane upsert or delete. Mirrors the legacy databricks.brickindexscheduler.UpsertDeleteDataStatus value-for-value.

    Type Declaration

    • ReadonlyFAILURE: "FAILURE"

      The operation failed.

    • ReadonlyPARTIAL_SUCCESS: "PARTIAL_SUCCESS"

      Some rows were processed and some failed; see failed_primary_keys.

    • ReadonlySUCCESS: "SUCCESS"

      All rows in the request were processed successfully.