shahar1 opened a new pull request, #70400: URL: https://github.com/apache/airflow/pull/70400
The lineage docs carried a note that lineage support is "very experimental and subject to change," dating back to the original 2018 lineage API (`LineageBackend`, `prepare_lineage`/`apply_lineage`), which no longer exists in the codebase. The page today documents the AIP-62 hook-level lineage collector (`HookLineageCollector`/`HookLineageReader`), which has shipped since Airflow 2.10, gained configurable limits (`[lineage] max_assets_per_collector` / `max_extras_per_collector`) in 3.2.0, and is consumed by multiple providers (amazon, google, openlineage). It's no longer experimental, so the note is removed. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Sonnet 5) Generated-by: Claude Code (Sonnet 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
