Error: from databricks import lakehouse_monitoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 01:51 PM - edited 02-06-2025 01:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 01:57 PM
Hi @Puent3,
Can you try installing below dependency first and then import the module?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 11:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 02:21 PM
I wasnt able to find that module. However there are options under sdk. Refer to Lakehouse monitoring SDK reference
%python
import databricks
print(dir(databricks.sdk))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 11:46 PM - edited 02-06-2025 11:46 PM
Hi @MadhuB,
It seems that it is no longer in the Databricks module, but I would like to understand why this is happening and try to keep the implemented code.
Thanks for your help.

