Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

data types: add sqlalchemy type class for the interval data type

Open
#37 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python, sqlalchemy
Domain
database

Research direction

Start by locating the dialect's colspecs and reviewing SQLAlchemy's Interval generic type decorator class. Compare the registration of existing dialect column types, then verify that INTERVAL is supported as a column type; done means the dialect recognizes INTERVAL through its type mapping.

Written by the indexing model from the issue text.

Description

My team and I would love to see this dialect add support for INTERVAL as a column type. I'm assuming it will require subclassing sqlalchemy's Interval generic type decorator class and adding something to this dialects colspecs.

Thanks in advance for your consideration!

Dominant language
Python
Stars
24
Forks
18
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

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.

More from databricks/databricks-sqlalchemy

All issues in databricks/databricks-sqlalchemy

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.