Skip to content

Releases: epoch8/airflow-exporter

v1.5.3 - Fix Airflow 2.2.* compatiblity

01 Dec 06:48
6be5fb2
Compare
Choose a tag to compare
Merge pull request #110 from epoch8/elephantum/issue108

Fix #108

v1.5.2 - Fix DAG not found in serialized_dag table #98 by @sawaca96

16 Aug 11:52
Compare
Choose a tag to compare

v1.5.1 - add compatibility with mysqlconnector by @lxxstc

18 Jun 08:14
2aee57f
Compare
Choose a tag to compare
Merge pull request #94 from lxxstc/mysqlconnector_compatible

code adding for mysqlconnector compatible

v1.5.0 - Add `airflow_dag_last_status`

10 Jun 10:37
Compare
Choose a tag to compare

v1.4.2 - fix for duplicated HELP sections + fix for custom labels

09 Jun 14:09
a878afa
Compare
Choose a tag to compare
Merge pull request #83 from epoch8/fix-duplicate-help

Fix for duplicated help entries

v1.4.1 - bugfix release

13 Feb 14:20
Compare
Choose a tag to compare
fix exception when dag labels is none

v1.4.0: Merge pull request #90 from epoch8/airflow2

12 Feb 15:10
e3efa78
Compare
Choose a tag to compare

Compatibility with Airflow 2.0+

v1.3.2

27 Nov 17:57
Compare
Choose a tag to compare
  • Remove 'hostname' from airflow_task_status by @cansjt see #77 for details

v1.3.1

22 Feb 23:03
c620b2c
Compare
Choose a tag to compare
Merge pull request #75 from epoch8/setuptools_scm

Use setuptools_scm instead of manual version

v1.3.0

22 Feb 20:15
Compare
Choose a tag to compare
  • Add 'hostname' to airflow_task_status by @forthgate
  • Added pyodbc to dag duration calc by @baolsen