The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Bug -- Vertica v9.2.0-7 Jdbc Driver for Python2.7(.x) but same doesn't support Python2.7?

I am creating a udx which requires vertica quries to be executed from within udx. Since Vertica v9.2.0-7 works with Python3(.x) only, and jdbc driver is available for Python2.7. How can I execute vertica queries in python bases udx then. Is this a bug or I am missing someting.
Tagged:
1
Best Answer
-
Bryan_H Vertica Employee Administrator
Please check out the native Python driver at https://github.com/vertica/vertica-python
This driver is available using pip (PyPI) and works with all Python 3.x versions.
You can also use pyodbc with the Vertica ODBC driver.0