Forum Discussion
chetanhiwale
6 months agoResolver I
Synapse SQL connector for warehouse failed to write data.
Hello, I am trying to write a dataframe to Fabric Warehouse using SynapseSQL connector. Somehow it is throwing attribute error. Is anyone facing the same issue. Code Snippet : Note :...
- 6 months ago
Hi Folks,
The same code is working now. I havent changed anything but now it is running. Seems to be something internal issue.
chetanhiwale
6 months agoResolver I
Hi deborshi_nag ,
Both warehouse and notebook are in same workspace. Also I do have 1.3 runtime and tried with overwrite. But the issue still persists.
deborshi_nag
6 months agoSuper User
Hi chetanhiwale make sure you have the following 2 lines in the same cell in your notebook.
import com.microsoft.spark.fabric
from com.microsoft.spark.fabric.Constants import Constants
- chetanhiwale6 months agoResolver I
Hi deborshi_nag , I have imported the modules.
- chetanhiwale6 months agoResolver I
Hi Folks,
The same code is working now. I havent changed anything but now it is running. Seems to be something internal issue.- deborshi_nag6 months agoSuper User
Hi chetanhiwale if it is working can you mark it as resolved please?