Forum Discussion

cw88's avatar
cw88
Helper IV
1 year ago
Solved

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...