mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-13 03:59:45 +00:00

* 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
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 %}