kacpermuda commented on code in PR #63499:
URL: https://github.com/apache/airflow/pull/63499#discussion_r3412673934


##########
airflow-core/src/airflow/config_templates/default_airflow.cfg:
##########
@@ -43,3 +43,12 @@
 #
 #         airflow config list --defaults > "${AIRFLOW_HOME}/airflow.cfg"
 #
+
+[lineage]
+
+# When enabled, hooks will collect lineage data by default.
+# Individual hooks can still override this via enable_hook_level_lineage kwarg.
+# Set to False to disable hook-level lineage collection globally (e.g. to 
suppress
+# intermediate asset spam during multipart uploads).
+default_hook_lineage = True
+

Review Comment:
   There already is a [lineage 
section](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#lineage)
 in airflow config, you can just add a new key there



-- 
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]

Reply via email to