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.51k stars 166 forks source link

Move `filesystem ` source from verified-sources to dlt core #1672

Closed burnash closed 1 month ago

burnash commented 2 months ago

Background

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

Proposal

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

Tasks

burnash commented 2 months ago

@rudolfix please feel free to update the description