Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
how to get pipeline run status from monitor screen using notebook in Fabric
Solved! Go to Solution.
Try programmatically access the pipeline run metadata using the Fabric REST APIs, specifically the Pipeline API.
https://app.fabric.microsoft.com/groups/<workspace_id>/pipelines/<pipeline_id>
)latest_run = runs.get('value', [])[0]
print(f"Latest Run Status: {latest_run['status']}")
Hi @UdaySutar,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @UdaySutar,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @UdaySutar,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Try programmatically access the pipeline run metadata using the Fabric REST APIs, specifically the Pipeline API.
https://app.fabric.microsoft.com/groups/<workspace_id>/pipelines/<pipeline_id>
)latest_run = runs.get('value', [])[0]
print(f"Latest Run Status: {latest_run['status']}")
User | Count |
---|---|
4 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |