Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 12:33 AM
We are able to run a notebook that references Python code using import statements from a Databricks repo
with the source code checked out. However, we encounter a ModuleNotFoundError when executing the same code from a folder.
Error: ModuleNotFoundError: No module named ...
Is there a future roadmap to enable code execution from Databricks folder and subfolders?
KartikB