MarketSquare / MarketSquare/Robotframework-Database-Library

Support new teradata driver natively

Open
#260 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new_client
Dominant language
Python
Stars
179
Forks
178
PR merge metrics
No merged PRs in 30d

Description

I just wanted to query a teradata database during a test, and I saw that the Database Library would be useful, though when trying it out I noticed that I need teradata module.

From the documentation it looks like the package I need is https://github.com/teradata/PyTd. Unfortunately that repo has not been touched in 4 years and it has a depreciation notice pointing me to use https://github.com/Teradata/python-driver instead, but that package is called teradatasql and doesn't look like Database Library recognizes it.

What is the proper way to talk to teradata?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how Database Library discovers and loads database modules, then compare the documented teradata/PyTd path with Teradata's teradatasql package. Confirm the supported connection workflow and identify the documentation or tests needed; done means a Teradata query works through the library using the current driver.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
databases
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.