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

Memberships

Learn Microsoft Fabric

14.3k members โ€ข Free

9 contributions to Learn Microsoft Fabric
Extracting ~5m rows from D365 F&O to Fabric.
Hi, I have a table containing around 5m rows. i am connecting to that table through OData feed. i need help with the following: when connecting to it with a dataflow gen2, it takes around 7-8 hours which then fails due to the timeout. when i tried connecting through a data pipeline, i create a cloud gateway following the documentation onย Set up your OData connectionย from microsoft. i set the authentication method to OAuth2 and set up the organizational credentials, the same ones i used to connect within my dataflow gen2. when i tried connecting on my pipeline, i could not find that created connection gateway. how can i achieve a sucessful connection?
0 likes โ€ข May 28
According to documentation, oAuth2 is not supported ๐Ÿค”: "This OData connector supports the following authentication types: - Anonymous - Basic
Lakehouse creation with service principal
I've coded this to create a lakehouse using a "service principal" token and Fabric API, but I got an unknown error. Howerver, If I use an Entra account it works. Have you done something alike successfully? Any ideas to troubleshoot the error. Or alternatives. ----/ A code fragment /--- fabric_base_url = 'https://api.fabric.microsoft.com/v1/' url_lakehouse = fabric_base_url+f"workspaces/{dest_workspaceid}/lakehouses" scope = 'https://api.fabric.microsoft.com/.default' client_secret_credential_class = ClientSecretCredential(tenant_id=tenant_id, client_id=client_id, client_secret=client_secret) access_token_class = client_secret_credential_class.get_token(scope) token_string = access_token_class.token headers = {'Content-Type':'application/json','Authorization': f'Bearer {token_string}'} payload = f'{{"displayName": "LakehouseTEST1"}}' response = requests.request("POST", url_lakehouse, headers=headers, data=payload) ----/ Error /--- <Response [400]> {"requestId":"45544588-914f-4d84-97c5-56f3a414cc59","errorCode":"UnknownError","moreDetails":[{"errorCode":"DatamartCreationFailedDueToBadRequest","message":"Datamart creation failed with the error 'Required feature switch disabled'."}],"message":"An unexpected error occurred while processing the request"} ๐Ÿ™„
1 like โ€ข Nov '24
Yep, both settings.
0 likes โ€ข Nov '24
The issue is with a service principal account, otherwise it works.
๐ŸŽƒ Things you can say to scare a Fabric Engineer/ Analyst. Go ๐Ÿ‘‡
Leave a comment with the scariest thing you can say to a Microsoft Fabric Data Engineer / Data Analyst / Data Scientist / Fabric Security Engineer ๐Ÿ‘€ Scariest saying wins ๐ŸŽƒ
๐ŸŽƒ Things you can say to scare a Fabric Engineer/ Analyst. Go ๐Ÿ‘‡
1 like โ€ข Oct '24
Someone without authorized access to a lakehouse in another workspace could explore data using delegated credentials of a semantic model's owner. Delegation is spooky in Fabricween.
Shortcut security - ideas plz?
How have you dealt with shortcut security regarding this MS note, below? I think this could become a security issue. How can u secure right access permissions to data in a remote workspace from a local workspace? Delegated access could be harmful in semantic models and SQL endpoints. It's scarry that a local workspace user can access remote data via internal shortcuts when they shouldn't. This seems like sql linked service issues. Have someone struggled with this? Plz share your insights and workarounds.
Shortcut security - ideas plz?
0 likes โ€ข Oct '24
@Lukasz Obst Let me explain better. We have a sandbox/dev workspace where datascientists work. In this sandbox wksp someone, named User1, created a shortcut to a delta table in a production workspace. Also, User1 created a semantic model with this shortcut's table, so he's the semantic model's owner. Besides, another UserX, who is a contribuitor in sandbox wksp, have opened this semantic model and started exploring data using this s.model. OMG! he can get access to production's delta table because the semantic model's owner can. Root cause: item's owner delegation. I agree it may be a change by design in Fabric, but how should we avoid data breach in this scenario with internal onelake shortcuts.
Mindhub Practice Tests - DP-600
Can anyone provide feedback on Mindhub Practice tests? Are these relevant and how far does it help in your preparation?
0 likes โ€ข Sep '24
For other certifications exams I practiced with Mindhub, but for DP-600 I did it differently without it, using MS documentation and a trial capacity to practice with some hands-on. Also, info. from Will :-)
1-9 of 9
Geiber Ugalde
2
7points to level up
@geiber-ugalde-4353
A Fabric learner From Costa Rica.

Active 4d ago
Joined Aug 18, 2024
Powered by