https://github.com/dlt-hub/verified-sources
Contribute to dlt verified sources 🔥
https://github.com/dlt-hub/verified-sources
api contribute data-analysis data-engineering data-science data-source pipeline python
Last synced: 12 months ago
JSON representation
Contribute to dlt verified sources 🔥
- Host: GitHub
- URL: https://github.com/dlt-hub/verified-sources
- Owner: dlt-hub
- License: apache-2.0
- Created: 2023-01-03T13:42:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T12:29:15.000Z (12 months ago)
- Last Synced: 2025-06-04T16:47:56.760Z (12 months ago)
- Topics: api, contribute, data-analysis, data-engineering, data-science, data-source, pipeline, python
- Language: Python
- Homepage: https://dlthub.com/docs/walkthroughs/add-a-verified-source
- Size: 4.25 MB
- Stars: 85
- Watchers: 9
- Forks: 65
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
data load tool (dlt) — verified sources repository
This repository contains verified dlt sources and demo pipelines for each source that you can use as a starting point for your project.
## How to add a verified source to your dlt project
`dlt` offers an `init` command that will clone and inject any source with an example pipeline from this repository into your project, setup the credentials and python dependencies. Please follow the step by step instructions in our [docs](https://dlthub.com/docs/walkthroughs/add-a-verified-source).
### We encourage you to hack the code
Verified sources code is added to your project with the expectation that you will hack or customize code yourself - as you need it.
## How to contact us and get help
Join our slack by following the [invitation link](https://dlthub.com/community)
## Reporting a source bug
Follow this link: [bug report template](https://github.com/dlt-hub/verified-sources/issues/new?template=bug-report.md)
## How to contribute
* 🚀 We are happy to accept **bugfixes and improvements** to existing sources!
* 📣 **We accept new sources but only those that cannot be easily implemented** via `REST API`, `sql_database` or `filesystem` or with **vibe coding**.
- see issues for source requests!
- queues and brokers like google pub sub or rabbitMQ
- SAP/ERP/HEALTH
- HR platforms
- Graph QL
* 📣 **Before starting, announce your PR** with [source request template](https://github.com/dlt-hub/verified-sources/issues/new?template=bug-report.md)
Find step by step instruction as well as troubleshooting help in [CONTRIBUTING.md](CONTRIBUTING.md).
## Building with LLMs
See README [`ai`](ai/README.md) folder for details.