Results 22 comments of William Phillips

We see this same issue when using Overwatch (https://github.com/databrickslabs/overwatch). We haven't yet found a workaround but will be reaching out toe MSFT support on the issue. EDIT: Our issue was...

@nightscape I can go through some of the issues and see if they can be quickly resolved. If I get some more time, I don't mind helping to maintain this...

@GregAru We are seeing a similar issue, although I haven't isolated it to this library. I'm going to do some testing and see if I can isolate our problems to...

Hi @akshitarora4259, When you specify the dataAddress please point to the location where the data is within the sheet. For example, if you say the data is on the third...

Spark Version: 3.2.1 Databricks Runtime: 10.4LTS In our scenario, setting a property on the spark context instead of the spark session is not an option. The same configs that work...

@nightscape I see some usage of `sparkSession.sessionState.newHadoopConfWithOptions(options)` [here](https://github.com/apache/spark/blob/a3c6b6b0232ddd3f09a2ed4b5e6a2f6e538c6733/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala#L116), although I'm not sure where the best place to implement that would be. Found some more information about this method [here](https://jaceklaskowski.gitbooks.io/mastering-spark-sql/content/spark-sql-SessionState.html). I'm...

@nightscape Realized that for reading the issue is fixed - but PR didn't address the issue when writing. Looking through spark source code and this repo's source code to try...

@francescosaracco you bring up a good point - the configs seem to only be getting picked up from the spark context regardless of what is set within the spark session....

Hi @ConstantinoSchillebeeckx I was able to successfully update the connection details of a Databricks source like this using Tableau Document API tool: ``` for connection in data_source.connections: connection.server = server_name...

@jacalata Ah I missed adding that in my comment. The code I pasted is actually using the Tableau Document API Tool. Updated comment accordingly.