Forum Discussion
cw88
Helper IV
1 year agoNotebook: 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
Anonymous
1 year agoNot applicable
HI cw88,
Have you checked the data size about these records? I'd like to suggest you check them if they meet the 16 Mb size limit of the snowflake database:
What is max row size of a table in Snowflake Database? - Stack Overflow
Regards,
Xiaoxin Sheng