A community member is experiencing an ImportError when trying to import SQLContextBuilder. They have tried importing it directly from the file where it's defined, but then encounter an ImportError on DEFAULT_REFINE_TABLE_CONTEXT_PROMPT in default_prompts. The community member has upgraded to the latest package version but is still facing the issue. Other community members suggest testing on a fresh install, and the issue seems to be specific to the SQLContextBuilder import. After some back-and-forth, it's determined that the issue may be related to the community member's Jupyter notebook or VSCode setup, as the code runs fine in a direct interpreter.
Heya, when trying to import SQLContextBuilder, I'm getting an ImportError.
I've tried importing SQLContextBuilder directly from the file where it's defined, but then I get an ImportError on DEFAULT_REFINE_TABLE_CONTEXT_PROMPT in default_prompts.
Is anyone else getting this error? Have upgraded to the latest package version, any other ideas for what I could try?
Ahhh yea, seems to run fine with the interpreter directly, so must be something weird with the notebook/vscode set up. Will figure something out on my side