Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi all,
We are using a Power BI Embedded license (with Pro license to manage admin activities).
We wanted to use the REST APIs for pipelines management (like create, deploye etc.)
For all APIs we are using master user to generate bearer token.
While are able to use other APIs to workspace managment, token generation etc, we can not use any of the APIs related to pipelines.
We always get a 401 error.
Is it possible to use REST APIs for pipelines management from Power Embedded license?
import requests
import json
url = "https://api.powerbi.com/v1.0/myorg/pipelines"
payload={}
headers = {
'Authorization': 'Bearer eyJ0eXAiO.......',
'Content-type': 'application/json'
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
The response is 401:
Thanks lbendlin,
Just to extend on my questions here. If I try manually, I still see the option to create and operate peipelines in my embedded account.
Not sure if this is a premium trial or something.
However, the REST APIs for pipelines definately do not work with the reason you stated.
Thanks,
as far as I know Deployment Pipelines only work on P SKUs, not on EM SKUs.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 9 | |
| 8 | |
| 8 |
| User | Count |
|---|---|
| 30 | |
| 29 | |
| 20 | |
| 15 | |
| 15 |