trinodb / trinodb/trino-python-client
SQLAlchemy dialect support more SQL datatypes
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 439
- Forks
- 206
- PR merge metrics
- No merged PRs in 30d
Description
This is a meta issue that tracks the support of SQL datatypes after #81 merged.
- time & timestamp with precision (
TIME(3)&TIMESTAMP(6)) https://github.com/trinodb/trino-python-client/pull/181 -
INTERVALtypes - un-named ROW (e.g
ROW(BIGINT, DOUBLE)) -
IPADDRESS -
UUID - HyperLogLog types
-
QDigest -
TDigest
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the SQLAlchemy dialect support added after #81 and the completed precision work in pull request #181. Choose one unchecked datatype from the issue checklist, then verify that its support is covered before marking that item complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlalchemy
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100