Pyodc prefix hive keyword #1249
-
I have written python script in windows 10 I am trying to connect hive database installed on linux using pyodc. I am able to connect to hive database successfully but unable to read data from table as ..hive keyword is getting prefixed I have used ODBC DataSource 64bit to create userdsn named DEV and the driver is Code Error Note:- Hive keyword getting prefixed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
pyODBC doesn't touch the query, it just passes it to the driver. Look at your driver documentation for more information. |
Beta Was this translation helpful? Give feedback.
pyODBC doesn't touch the query, it just passes it to the driver. Look at your driver documentation for more information.