Hi, does anyone know if the 'Runs' tab for an Airf...
# ui
r
Hi, does anyone know if the 'Runs' tab for an Airflow task is supposed to only display runs in the
Succeeded
status? When I intentionally fail a task, the run just gets omitted from the history.
d
It is unfortunately an issue with the lineage backend. Airflow only calls lineage backend if the task run was successful. We have another approach (plugin one) which can capture failures as well. https://datahubproject.io/docs/lineage/airflow/#using-datahubs-airflow-lineage-plugin-new
b
Yes!!
r
thanks, I will look into using the plugin instead of the lineage backend