- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 06:24 AM
Hello, hope you are doing good.
When on the search page, it seems it's not searching for code inside .py files but rather only the filename.
Is there an option somewhere I'm missing to be able to search inside .py files ?
Best,
Alan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 04:03 AM
Hi @BigAlThePal
As per my understanding, there isn’t a built-in option in the Databricks workspace to search inside .py files directly.
You could try a few workarounds though, like using the Databricks REST API to list .py files and programmatically search through their content. Another option is to use Databricks Repos and then use an external editor for more powerful search across your codebase.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 12:15 AM
Hello, so it seems Databricks does not allow it - an easy workaround for us is to search directly on our Azure DevOps Repos.