Call a workload function from a pipeline? #48
Replies: 1 comment
-
@sschuetz2bit yes you can, you do need to use oauth2 to call the api from a data pipeline (which is what you also probably do within the notebook), follow the following instructions : https://www.tackytech.blog/how-to-call-fabric-rest-apis-from-fabric-data-pipelines/ In your case you want to use the Jobs api part, for example like with the following example relative url: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way we can trigger a custom workload function from a pipline?
As a work around we are calling the api via python in a notebook, but this does not seem the perfect way.
Beta Was this translation helpful? Give feedback.
All reactions