We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
role-management
No. I cannot contribute a bug fix at this time.
The scope input box should be a dropdown list of all scopes that the user has manage access to.
scope
manage
What is the use case for this feature?
Current scope in role-assignment page requires manual type in. Either typo or choose scope that user doesn't have access will cause bad experience.
role-assignment
No response
Python Client
Computation Engine
Feature Registry API
Feature Registry Web UI
Willingness to contribute
No. I cannot contribute a bug fix at this time.
Feature Request Proposal
The
![Uploading image.png…]()
scopeinput box should be a dropdown list of all scopes that the user hasmanageaccess to.Motivation
Current
scopeinrole-assignmentpage requires manual type in.Either typo or choose scope that user doesn't have access will cause bad experience.
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)Feature Registry Web UI: The Web UI for feature registry. Written in React