Skip to content

crate/dlt-cratedb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrateDB destination adapter for dlt

Status CI Coverage Downloads per month

License Release Notes PyPI Version Python Versions

» Documentation | Releases | Issues | Source code | License | CrateDB | Community Forum

About

The dlt-cratedb package is temporary for shipping the code until DLT-2733 is ready for upstreaming into main dlt.

Documentation

Please refer to the overview and the usage guide.

What's inside

  • The cratedb adapter is heavily based on the postgres adapter.
  • The CrateDbSqlClient deviates from the original Psycopg2SqlClient by accounting for CRATEDB-15161 per SystemColumnWorkaround. This will be resolved with DLT-CRATEDB-30 when CrateDB 6.2 will be released around January/February 2026.
  • A few more other patches to account for specifics of CrateDB.

Backlog

The project tracks corresponding issues and a few more backlog items to be resolved in its incubation phase.