DP-600 · Question #192
You have a Fabric tenant that contains a workspace named Workspace1 and a user named User1. Workspace1 contains a warehouse named DW1. You share DW1 with User1 and assign User1 the default…
The correct answer is D. Connect to DW1 via the TDS (Tabular Data Stream) endpoint. Assigning a user default permission ("Read") to a warehouse in a Fabric workspace enables them to connect to the SQL analytics endpoint, which is the equivalent of CONNECT permissions in SQL Server. However, this permission only allows them to connect; it doesn't grant them the…
Question
You have a Fabric tenant that contains a workspace named Workspace1 and a user named User1. Workspace1 contains a warehouse named DW1. You share DW1 with User1 and assign User1 the default permissions for DW1. What can User1 do?
Options
- ARead data from the tables in DW1.
- BBuild reports by using the default dataset.
- CRead the underlying Parquet files from OneLake.
- DConnect to DW1 via the TDS (Tabular Data Stream) endpoint.
How the community answered
(26 responses)- A15% (4)
- B8% (2)
- C8% (2)
- D69% (18)
Explanation
Assigning a user default permission ("Read") to a warehouse in a Fabric workspace enables them to connect to the SQL analytics endpoint, which is the equivalent of CONNECT permissions in SQL Server. However, this permission only allows them to connect; it doesn't grant them the ability to query tables, views, functions, or stored procedures within the warehouse unless they're also given access to those specific objects through T-SQL GRANT statements. In essence, the default "Read" permission provides the necessary connectivity to the warehouse's SQL analytics endpoint, but it does not automatically grant access to the data and objects within the warehouse itself. Further permissions need to be granted through T-SQL or Fabric's workspace roles and item permissions system. https://learn.microsoft.com/en-us/fabric/data-warehouse/share-warehouse-manage-permissions
Topics
Community Discussion
No community discussion yet for this question.