Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
I am trying the new "git folder" feature, with a repo that works fine from the "Repos". In the new folder location, my imports from my own repo don't work anymore. Anyone faced something similar?
When I had the same issue even using 14.3+, I tried this codes.
```python
import sys
import pprint
pprint.pprint(sys.path)
```
And I noticed that the path was throwed by old(Legacy) Repos folder. I managed the same name of the folder & Repos.
Then I removed old Repos folder, then it has work.
Connect with Databricks Users in Your Area
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.