- 13789 Views
- 5 replies
- 8 kudos
Hello all,We are currently running Azure Databricks notebooks through Azure Data Factory pipelines, where we use job clusters defined through policies. As an admin, I am able to see the list of all job clusters that have created when ADF makes a call...
- 13789 Views
- 5 replies
- 8 kudos
Latest Reply
Yes if you are run a notebook activity from ADF. You will not be able to see the job runs in databricks unless you are admin. But if you want to see any details you can use a python code to see the job runs and details of the run.You need a Service p...
4 More Replies
- 6006 Views
- 3 replies
- 3 kudos
I'm using the Databricks Lakehouse Monitoring API to enable monitoring across every table in a catalog. I wrote a script that loops through all schemas and tables and calls the create_monitor API for each one. However, when running the script from a ...
- 6006 Views
- 3 replies
- 3 kudos