by
Orianh
• Valued Contributor II
- 2470 Views
- 2 replies
- 2 kudos
Hey Guys, Is there a way to open pyodbc read only connection with simba spark driver? At the moment, I'm able to execute queries such as select , delete, insert into - basically every sql statement using pyodbc. I tried to open pyodbc connection but ...
- 2470 Views
- 2 replies
- 2 kudos
Latest Reply
This readonly=True is working only on some drivers. Just create additional users with granted read-only permission.
1 More Replies
by
Quan
• New Contributor III
- 18323 Views
- 8 replies
- 5 kudos
Hello all, I'm trying to pull table data from databricks tables that contain foreign language characters in UTF-8 into an ETL tool using a JDBC connection. I'm using the latest Simba Spark JDBC driver available from the Databricks website.The issue i...
- 18323 Views
- 8 replies
- 5 kudos
Latest Reply
Can you try setting UseUnicodeSqlCharacterTypes=1 in the driver, and also make sure 'file.encoding' is set to UTF-8 in jvm and see if the issue still persists?
7 More Replies