v0.16.2
Main Changes
Support Capability to Ignore upstream checks while running Replays
With this release, users will be able to ignore the upstream wait sensor checks, by adding the following in replay jobConfig IGNORE_UPSTREAM=True
Prepare to support Airflow 2.9.x
Support for Airflow 2.9.x DAGs are added in this release. Backward compatibility for in-between versions are also supported, with current version support for 2.1, 2.4, 2.6, 2.9. So if a project's Airflow version is 2.7 or 2.8, it will use the DAG from version 2.6, 2.10 will use 2.9, and also for other below versions.
Support More Optimus Events
Optimus shall now Emit events on
- Job : Updation and Deletion
- Job Run : Success, Failure and SLA miss
- Resource : Updation and Deletion
[Refactor] Metric collection
- Changed the Job Run metrics
- Removed the need to maintain the Prometheus metrics maps and their mutex thereby simplifying metric collection flow
- Stopped tracking a few feature adoption metrics