Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Copilot Context Issue in Fabric Notebook

Hi all,   In Fabric, I'm trying to use Copilot in a Notebook. I have a DataFrame df that I created by reading a table from my lakehouse. When I try to run the following code asking Copilot to summa...
  • Anonymous's avatar
    Anonymous
    2 years ago

    RESOLVED

     

    The issue was that the Lakehouse I was loading a table from had too many tables (only 20 tables, each with ~100,000 rows).

     

    For anyone else encountering this issue, try:

    1. Creating a new larger Spark pool (they're currently medium by default, x-large fixed my issue). See your Workspace settings.
    2. Reducing the size of your Lakehouse by deleting tables (not an option for my case)
    3. Creating a new Lakehouse to reference with the table you're trying to load (worked for me when my new Lakehouse was in a different Workspace)