Releases: epoch8/airflow-exporter
Releases · epoch8/airflow-exporter
v1.5.3 - Fix Airflow 2.2.* compatiblity
Merge pull request #110 from epoch8/elephantum/issue108 Fix #108
v1.5.2 - Fix DAG not found in serialized_dag table #98 by @sawaca96
chore: v1.5.2 changelog
v1.5.1 - add compatibility with mysqlconnector by @lxxstc
Merge pull request #94 from lxxstc/mysqlconnector_compatible code adding for mysqlconnector compatible
v1.5.0 - Add `airflow_dag_last_status`
v1.4.2 - fix for duplicated HELP sections + fix for custom labels
Merge pull request #83 from epoch8/fix-duplicate-help Fix for duplicated help entries
v1.4.1 - bugfix release
fix exception when dag labels is none
v1.4.0: Merge pull request #90 from epoch8/airflow2
Compatibility with Airflow 2.0+
v1.3.2
v1.3.1
Merge pull request #75 from epoch8/setuptools_scm Use setuptools_scm instead of manual version
v1.3.0
- Add 'hostname' to airflow_task_status by @forthgate
- Added pyodbc to dag duration calc by @baolsen