Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
DAG(schedule=CronTriggerTimetable("*/5 * * * *", partitions=True)

Or something like thatalong these lines.

Currently we plan that logical date would be null when the DAG is driven by partitions.

...