All Projects → Teradata → Pytd

Teradata / Pytd

Licence: other
A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.

Programming Languages

python
139335 projects - #7 most used programming language

Teradata Python DevOps Module Build Status

The Teradata Python Module is a freely available, open source, library for the Python programming language, whose aim is to make it easy to script powerful interactions with Teradata Database. It adopts the philosophy of udaSQL, providing a DevOps focused SQL Execution Engine that allows developers to focus on their SQL and procedural logic without worrying about Operational requirements such as external configuration, query banding, and logging.

INSTALLATION

[sudo] pip install teradata

The module is hosted on PyPi: https://pypi.python.org/pypi/teradata

DOCUMENTATION

Documentation for the Teradata Python Module is available on the Teradata Developer Exchange.

UNIT TESTS

To execute the unit tests, you can run the following command at the root of the project checkout.

python -m unittest discover -s test

The unit tests use the connection information specified in test/udaexec.ini. The unit tests depend on Teradata ODBC being installed and also on access to Teradata REST Services.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].