Lakeflow Community Connector Issue - ModuleNotFoundError: No module named 'databricks.labs'

ChristianRRL
Honored Contributor

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
    • ChristianRRL_1-1784652953771.png
  • Ingest Relative path: lakeflow-community-connectors\src\ingest.ipynb
    • ChristianRRL_0-1784652943308.png

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?