index
Type
External
Status
Published
Created
Mar 3, 2026
Updated
Apr 30, 2026
Updated by
Dosu Bot
Source
View

import Link from '../../_book-onboarding-call.md';

Planning to use dlt in production and need a source that isn't listed? We're happy to help you build it: .

Core sources#

Verified sources#

Choose from our collection of verified sources, developed and maintained by the dlt team and community. Each source is rigorously tested against a real API and provided as Python code for easy customization.

Airtable · Amazon Kinesis · Asana · Chess · Facebook Ads · Freshdesk · GitHub · Google Ads · Google Analytics · Google Sheets · HubSpot · Inbox · Jira · Kafka · Matomo · MongoDB · Mux · Notion · Personio · Postgres Replication · Pipedrive · Salesforce · Scrapy · Shopify · Slack · Strapi · Stripe · Workable · Zendesk

What's the difference between core and verified sources?#

The main difference between the core sources and verified sources lies in their structure.
Core sources are generic collections, meaning they can connect to a variety of systems. For example, the SQL Database source can connect to any
database that supports SQLAlchemy.

According to our telemetry, core sources are the most widely used among our users!

It's also important to note that core sources are integrated into the dlt core library,
whereas verified sources are maintained in a separate repository.
To use a verified source, you need to run the dlt init command, which will download the verified source code to
your working directory.

Get help#

index | Dosu