Lakeflow Community Connector Issue - ModuleNotFoundError: No module named 'databricks.labs'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi there, I have what should be a somewhat straightforward implementation of a Custom Community Connector. I've tried to Dry run a few times but am encountering PYTHON.MODULE_NOT_FOUND_ERROR
Below is some context about my setup:
- Source Relative path: lakeflow-community-connectors\src\databricks\labs\community_connector\sources\graph_sharepoint_lists
- Ingest Relative path: lakeflow-community-connectors\src\ingest.ipynb
I suspect it "should" work out of the box, but for good measure I've tried adding the sys path to the */src, but I'm still getting the same error.
import sys
sys.path.insert(0, "/Workspace/Users/***@***.com/lakeflow_connect/graph_sharepoint_lists_pipeline_test1/src")Anyone here familiar with Lakeflow Community Connectors that can help steer me in the right direction?