This is an automated email from the ASF dual-hosted git repository.

mobuchowski 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 191d15aceed chore: remove lineage backend from airflow config (#62220)
191d15aceed is described below

commit 191d15aceed7ffcd405ae89710c7fc9725923a2b
Author: Kacper Muda <[email protected]>
AuthorDate: Mon Feb 23 14:34:17 2026 +0100

    chore: remove lineage backend from airflow config (#62220)
---
 airflow-core/src/airflow/config_templates/config.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/airflow-core/src/airflow/config_templates/config.yml 
b/airflow-core/src/airflow/config_templates/config.yml
index 122e0ece78d..63c1a574a2d 100644
--- a/airflow-core/src/airflow/config_templates/config.yml
+++ b/airflow-core/src/airflow/config_templates/config.yml
@@ -2041,13 +2041,6 @@ execution_api:
 lineage:
   description: ~
   options:
-    backend:
-      description: |
-        what lineage backend to use
-      version_added: ~
-      type: string
-      example: ~
-      default: ""
     max_assets_per_collector:
       description: |
         Maximum number of asset inputs or outputs that can be collected by a 
single hook lineage collector

Reply via email to