Python Libraries

Before you can use your Python UDx, you need to verify that it meets the following library requirements:

  • Your UDx must import the vertica_sdk package in your code. You do not need to download this package. It is included as a part of the Vertica server.

    import vertica_sdk

  • The Vertica Python SDK includes the Python Standard Library. If your UDx depends on other libraries, you must add them as dependencies using CREATE LIBRARY. You cannot simply import them.