feathr
feathr copied to clipboard
[FR] Display anchor with group box instead of graph node
Willingness to contribute
Yes. I can contribute a fix for this bug independently.
Feature Request Proposal
Display anchor with group box instead of graph node.
Take following screenshot as example:
- The 3 anchor feature node in graph should be removed, all anchor features should be linked to data source directly.
- 3 group boxes should be added to represent that there are 3 anchor feature in this lineage graph, anchor group box should have all child anchor features in it.
Motivation
What is the use case for this feature?
Details
No response
What component(s) does this feature request affect?
- [ ]
Python Client
: This is the client users use to interact with most of our API. Mostly written in Python. - [ ]
Computation Engine
: The computation engine that execute the actual feature join and generation work. Mostly in Scala and Spark. - [ ]
Feature Registry API
: The frontend API layer supports SQL, Purview(Atlas) as storage. The API layer is in Python(FAST API) - [X]
Feature Registry Web UI
: The Web UI for feature registry. Written in React