Databricks SDK for JavaScript
    Preparing search index...

    Configuration for rewinding a specific dataset.

    interface RewindDatasetSpec {
        cascade?: boolean;
        identifier?: string;
        resetCheckpoints?: boolean;
    }
    Index

    Properties

    cascade?: boolean

    Whether to cascade the rewind to dependent datasets. Must be specified.

    identifier?: string

    The identifier of the dataset (e.g., "main.foo.tbl1").

    resetCheckpoints?: boolean

    Whether to reset checkpoints for this dataset.