dlt-hub / dlt

data load tool (dlt) is an open source Python library that makes data loading easy 🛠️
https://dlthub.com/docs
Apache License 2.0
2.28k stars 148 forks source link

Move `sql_database` source from verified-sources to dlt core #1671

Closed burnash closed 3 days ago

burnash commented 1 month ago

Background

The sql_database source, currently lives in the verified-sources repository. It's a critical component for many users of dlt who load data from SQL DBs. Given its importance and frequent usage, integrating this source connector directly into the dlt core simplifies the user experience and makes dependency management easier.

Proposal

Move the sql_database source from the verified-sources repository into the dlt core repository.

Tasks

rudolfix commented 3 weeks ago

also let me finish #1672 first