Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

Learn Microsoft Fabric

12.7k members β€’ Free

3 contributions to Learn Microsoft Fabric
Incremental ingestion in Fabric Notebook
Incremental ingestion in Fabric Notebook I had question - how to pass and save multiple parameter values to fabric notebook. For example - for the below code how to pass 7 values for table in {Table} parameter sequentially and after every run need to save the last update date/time (updatedate) column values as variables and use these in the next run to get incremental values for all 7 tables. Notebook-1 -- 1st run query = f"SELECT * FROM {Table}" spark.sql (query) --2nd run query-updatedate = f"SELECT * FROM {Table} where updatedate > {updatedate}" spark.sql (query-updatedate)
Different Environments in Lakehouse in same Workspace in Fabric
Hi , I had question for Fabric Lakehouse. How to create different environments (test/dev/prod) for lakehouse for the same Workspace and how to create different environments for tables (test/dev/prod) for lakehouse-tables.
Fabric Rest API - Workspace Role Assignment
I have a question while trying to add WorkSpace Role Assignment through Fabric Rest API, but getting the below error. In the id , adding the Client-id of Service principal (App-Registrations Azure). Can anyone guide in it. URL - POST https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/roleAssignments Fabric Rest API link - https://learn.microsoft.com/en-us/rest/api/fabric/core/workspaces/add-workspace-role-assignment?tabs=HTTP#serviceprincipalprofiledetails $WorkSpaceRolePayload = @{ principal = @{ "id" = "client-id" "type" = "User" } role = "Member" } Write-Host "WorkSpaceRolePayload" : $WorkSpaceRolePayload Error - { , "errorCode": | "PrincipalNotFound", "moreDetails": [ { "relatedResource": { | "resourceId": "xxxx", | "resourceType": "Principal" } } ], "message": "The | provided principal was not found", "relatedResource": { | "resourceId": "xxxx", | "resourceType": "Workspace" } }
0 likes β€’ May 24
@Sambhav R Hi Sambhav, I had below questions. Can you please let me know how were you able to test the below scenarios through the API , can you please provide the steps. 1. Earlier you had mentioned you were able to test this scenario , can you please provide the steps for it - creating a security group and then adding my service principal to this group. Running this API I was able to give access for the security group to the workspace. 2. Were you able to create the workspace through the API ? If we run the role assignment through REST API then how can we add our own account as in the below example inspite of ServicePrincipal how can we pass our own account? $WorkSpaceRolePayload = @{ # "displayName" = "xxxx" # principal = @{ # "id" = "xxxx" # "type" = "ServicePrincipal" # } # role = "Admin"
1 like β€’ May 26
@Gavin Gale Thanks Gavin above worked. Had question , If we have the Group in azure how to give fabric workspace-role to the group.
1-3 of 3
H N
2
15points to level up
@97972882
Developer looking to learn Fabric

Active 10d ago
Joined May 16, 2025
Powered by