Documentation Index
Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
What is Dataset Access?
The Dataset Access flow lets users request access to datasets directly from Portal, and lets dataset owners approve or deny those requests — all without leaving Portal.Why Data Access?
The current state is meant to help users be able to streamline their data exploration and usage through a single point. Owners can be pinged directly through Portal so as to not require context switching Planned work will allow for owners to be able to also handle their data needs singularly through PortalHow it Works
The full flow looks like this:- A user submits an access request from the dataset’s entity page in Portal.
- The dataset’s approver receives a Portal notification with request details.
- The approver approves or denies the request in Portal.
- The requester receives a Portal notification with the outcome.
- If approved, the owner grants access in the underlying data source manually.
The permissions granted are not standardized yet and are up to the owner and
can be variable
Requesting Access
Any authenticated Portal user can request access to a dataset by navigating to the dataset’s entity page in the Software Catalog and clicking the Request Access link in the entity header. This opens the Request Dataset Access dialog where the submitter:- Selects one or more users or groups who need access
- Provides a reason for access to help the dataset owner evaluate the request
Approving or Denying a Request
The dataset owner receives a Portal notification containing:- The dataset name and source
- Who submitted the request and who needs access
- The justification provided
Configuration
Disabling Access Requests for a Dataset
Access requests are enabled by default for all datasets that are in data registry and have a valid owner in the catalog. To disable the Request Access link for a specific dataset, add the following label to the entity:Overriding the Approver
By default, access request notifications are sent to the dataset’sspec.owner. To route notifications to a different user or group, add the data-registry/override-approver label to the specific entity with the name (not the full entity ref) of a catalog User or Group entity:
Group, then as a User. If no matching catalog entity is found for the override value, the system falls back to spec.owner.
If neither the owner nor the override approver resolves to a valid, existing
catalog entity, the Request Access link is disabled for that dataset and
users will not be able to submit requests.