airflow.timetables._cron

Module Contents

Classes

CronMixin

Mixin to provide interface to work with croniter.

class airflow.timetables._cron.CronMixin(cron, timezone)[source]

Mixin to provide interface to work with croniter.

property summary: str[source]
__eq__(other)[source]

Both expression and timezone should match.

This is only for testing purposes and should not be relied on otherwise.

validate()[source]

Was this entry helpful?