Billy "Hyun Joon" Seol
Billy "Hyun Joon" Seol
We just removed the `"store": true` line, and it seems to work. You do have to remove all dots in your field names though; I do that in the jes...
I will take this.
Would adding a `enterLocalPassiveMode` right before the retreiveFile solve this issue?
I figured out why this happens, spark puts in quotes in your fields when it tries to select. I went to the SoqlQueryAnalyzer file and did a soql.replace("\"", "") and...
Also please note Databricks doesn't like array types and other types, so i cast them all to String /shrug