Oleg Agapov
Oleg Agapov
I'm trying to read [Altinity](https://github.demo.trial.altinity.cloud:8443/play) demo server with Apache Spark using package `ru.yandex.clickhouse:clickhouse-jdbc:0.3.1-patch` and corresponding driver `ru.yandex.clickhouse.ClickHouseDriver`. And I'm getting error: ``` Py4JJavaError: An error occurred while calling o41.load. :...
Like title says, I want to be able to overwrite existing sheet with data. I tried add `SaveMode`, but no effect: ``` scala df .write .mode(SaveMode.Overwrite) .format("com.github.potix2.spark.google.spreadsheets") .option("serviceAccountId", gserviceAccount) .option("credentialPath",...