This is an automated email from the ASF dual-hosted git repository.
shahar1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 0e90bc03ac5 Remove stale experimental note from Lineage docs (#70400)
0e90bc03ac5 is described below
commit 0e90bc03ac56560ac76e3c9784bb53ee6ef901d1
Author: Shahar Epstein <[email protected]>
AuthorDate: Fri Sep 11 21:51:27 2026 +0300
Remove stale experimental note from Lineage docs (#70400)
---
airflow-core/docs/administration-and-deployment/lineage.rst | 2 --
1 file changed, 2 deletions(-)
diff --git a/airflow-core/docs/administration-and-deployment/lineage.rst
b/airflow-core/docs/administration-and-deployment/lineage.rst
index 857910e5f4c..c7210f3e3e4 100644
--- a/airflow-core/docs/administration-and-deployment/lineage.rst
+++ b/airflow-core/docs/administration-and-deployment/lineage.rst
@@ -20,8 +20,6 @@
Lineage
========
-.. note:: Lineage support is very experimental and subject to change.
-
Airflow provides a powerful feature for tracking data lineage not only between
tasks but also from hooks used within those tasks.
This functionality helps you understand how data flows throughout your Airflow
pipelines.