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
cw88
Helper IV
1 year agoAfter 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