wesleyfelipe
Contributor

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).