User Profile
31102006
New Member
Joined 7 months ago
User Widgets
Contributions
Re: How to delete an orphaned Fabric SQL Analytics Endpoint
import requests # ==== PARAMETERS TO FILL IN ==== artifact_id = "<PUT-ARTIFACT-ID-HERE>" host_url = "<PUT-HOST-URL-HERE>" # ================================= # Retrieve Fabric backend token automatically bearer = mssparkutils.credentials.getToken("https://analysis.windows.net/powerbi/api") headers = { "Authorization": f"Bearer {bearer}" }1KViews0likes0Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.