Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teradata/pytd
A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.
https://github.com/teradata/pytd
Last synced: 7 days ago
JSON representation
A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.
- Host: GitHub
- URL: https://github.com/teradata/pytd
- Owner: Teradata
- License: mit
- Created: 2015-07-08T22:33:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T20:00:16.000Z (over 2 years ago)
- Last Synced: 2024-06-18T16:57:40.562Z (5 months ago)
- Language: Python
- Homepage:
- Size: 299 KB
- Stars: 108
- Watchers: 37
- Forks: 45
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
Deprecation notice
====
The driver/package has been deprecated. For new Python driver implementations consider using https://github.com/Teradata/python-driver.Teradata Python DevOps Module [![Build Status](https://travis-ci.org/Teradata/PyTd.svg?branch=master)](https://travis-ci.org/Teradata/PyTd)
=============================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.