Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2026 02:21 AM
Hi @ChristianRRL !
If you have your scripts in a regulat Workspace folder you might need to add the script you intend to import to the sys path:
import sys
sys.path.append("/Workspace/Users/your_email/my_project")
But if you have your code in a Databricks Repo, that should not be required if you are running on Databricks Runtime 14.3 and above (check here).