Pere Miquel Brull 1b2ea54d4f
Fix #2316 - Append Tasks & Add Status in Airflow (#2738)
* Add license

* Add date to timestamp helper

* Prepare pipeline status operation

* Update and clean tasks from client

* Update tasks from client

* Check if pipeline is empty

* Keep all current pipeline info

* Append and clean tasks

* format

* Add status information

* Test pipelineStatus update

* Update task on clear

* Log status on callback

* Update lineage and status docs

* Update lineage docs

* Format

* Logic to handle DAG status

* Lint and format

* Update lineage tests
2022-02-13 17:51:25 +01:00
..

description: >- Capture and showcase the dependencies among your Entities.

Lineage

Introduction

Data Lineage helps both data producers and consumers have a clear view on the flow of data. It can help us uncover critical assets, assess the impact of any issue or outage and understand how changes propagate.

With OpenMetadata we can both capture this lineage information from services such as Airflow, as well as allow individual users to share their knowledge via manual updating the lineage graph in the UI.

{% content-ref url="airflow-lineage.md" %} airflow-lineage.md {% endcontent-ref %}