Forum Discussion
cw88
1 year agoHelper IV
Notebook: Write data from snowflake (oauth) to lakehouse
I try to get data from snowflake (with oauth authentication) and write it to the default lakehouse with Pyspark: conn = http.client.HTTPSConnection("XXX") payload = f"XXX" headers = {'content-t...
- 1 year ago
After investigation with MS and Snowflake support it ended with the workaround mentioned in this topic: Solved: Re: No CA bundle file is found in the system. Set ... - Microsoft Fabric Community
The error is special to MS Fabric, as it does not occur in a local test
FabianSchut
1 year agoSolution Sage
I came across this other post also mentioning the CA error. Does this also work for you: https://community.fabric.microsoft.com/t5/Data-Science/No-CA-bundle-file-is-found-in-the-system-Set-REQUESTS-CA-BUNDLE/m-p/4216320?
- cw881 year agoHelper IV
Hi FabianSchut , CA is not the problem. Problem is the "Failed to fetch the large result set batch ..." error.