ashb commented on code in PR #57237:
URL: https://github.com/apache/airflow/pull/57237#discussion_r2470352882
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/dag.json:
##########
@@ -114,6 +114,18 @@
},
"graphDirection": {
"label": "Graph Direction"
+ },
+ "lineage": {
+ "activeFilter": "Active filter",
+ "clearFilter": "Clear Filter",
+ "clickTask": "Click a task to select it as the filter root",
+ "label": "Lineage",
Review Comment:
One thing on the worst thing to comment on: Naming.
Lineage means many different things to different people, and while Lineage
is "accurate" for what you are describing here, Lineage in Airflow often means
_Data_ Lineage, for instance with the OpenLineage integration, so we need to
find a new name for this
--
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]