ACTIVE / INACTIVE

Whether the schedule is enabled. Inactive schedules do not fire.

Category: schedule-clauses

Syntax

ACTIVE
INACTIVE

Description

The ACTIVE and INACTIVE flags control whether a schedule is eligible to fire cron-triggered pipeline runs. When set to INACTIVE, the scheduler skips all future firings for this schedule until it is explicitly re-enabled with ACTIVE. When omitted, the schedule defaults to ACTIVE. If the CATCHUP clause is set to true, any cron firings missed during the inactive period will be backfilled upon re-activation.

Open in interactive docs →   DeltaForge home →