Releases: airflow-laminar/airflow-ha
Releases · airflow-laminar/airflow-ha
v1.3.1
What's Changed
- Make decision operator have none_skipped trigger rule by @timkpaine in #41
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Add tests, fixes #22 by @timkpaine in #38
- Switch terminology to reference date, default to data_interval_end by @timkpaine in #39
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- Remove other deferred imports by @timkpaine in #28
- bump python min to 3.11 by @timkpaine in #29
- Drop ssh dep, not needed by @timkpaine in #30
- Allow for choice of start_date or logical_date, fixes #31 by @timkpaine in #33
- Make sure argument matches attribute by @timkpaine in #34
- Move functions to outside for easier testing by @timkpaine in #35
- Expose end condition check as attribute on operator by @timkpaine in #36
- Hotfix for missing check end conditions args by @timkpaine in #37
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Remove deferred deps now that supervisor-pydantic exists by @timkpaine in #27
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Properly track start date through for endtime and runtime calculations, refactor to short circuit sensor if these conditions are exceeded by @timkpaine in #26
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Allow stop-fail to be run from any success upstream by @timkpaine in #23
- Needs to be none-skipped by @timkpaine in #24
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Remove extra sensor failed operator and just rely on skip/restart by @timkpaine in #20
- Finish dag if past end date, past end time, or after max retriggers by @timkpaine in #21
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Remove airflow direct dep for easier airflow-supervisor install by @timkpaine in #18
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.1.3
What's Changed
- inherit direct from python sensor by @timkpaine in #14
Full Changelog: v0.1.2...v0.1.3