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 Employee
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.-1
Leave a Comment
Can't find what you're looking for? Search the Vertica Documentation, Knowledge Base, or Blog for more information.