Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 09:55 AM
You can create an Azure logic app that will call Azure Data Factory (there, you can choose from ready actions).
Azure logic app as a trigger can have web requests (REST API).
You can invoke it at the end of the notebook by calling a request. (requests.post(url))
You can also easily handle authentication by adding key headers and comparing in the logic app.
My blog: https://databrickster.medium.com/