Databricks SDK for JavaScript
    Preparing search index...

    Variable CronSchedule_ModeConst

    CronSchedule_Mode: {
        DERIVED: "DERIVED";
        MANUAL: "MANUAL";
        MODE_UNSPECIFIED: "MODE_UNSPECIFIED";
    } = ...

    The way a materialization schedule is arrived at.

    Type Declaration

    • ReadonlyDERIVED: "DERIVED"

      The schedule is derived from the time settings of the features being materialized, so the pipeline runs as soon as the data each window needs is expected to have all arrived. The caller leaves cron_expression empty; the derived expression is filled in on the response.

    • ReadonlyMANUAL: "MANUAL"

      The schedule is the hand-written cron_expression on this message.

    • ReadonlyMODE_UNSPECIFIED: "MODE_UNSPECIFIED"

      Default value, not used. Treated as MANUAL.