Databricks SDK for JavaScript
    Preparing search index...

    Information about a rewind being requested for this pipeline or some of the datasets in it.

    interface RewindSpec {
        datasets?: RewindDatasetSpec[];
        dryRun?: boolean;
        rewindTimestamp?: string;
    }
    Index

    Properties

    datasets?: RewindDatasetSpec[]

    List of datasets to rewind with specific configuration for each. When not specified, all datasets will be rewound with cascade = true and reset_checkpoints = true.

    dryRun?: boolean

    If true, this is a dry run and we should emit the RewindSummary but not perform the rewind.

    rewindTimestamp?: string

    The base timestamp to rewind to. Exactly one of rewind_timestamp or rewind_point_id must be specified.