Join Slack
Powered by
:male-technologist: Week 6: Sources in dlt — Organ...
# random
m
Mahadi Nagassou
09/13/2025, 7:45 AM
👨💻 Week 6: Sources in dlt — Organizing Your Data This week we go deeper into how sources work in dlt. A source is a logical grouping of resources (like API endpoints, tables, or files) that makes pipelines modular and reusable. ✅ Define resources with @dlt.resource (e.g., users, posts, comments) ✅ Group them into a source with @dlt.source ✅ Filter, transform, or limit data directly inside a source ✅ Run your pipeline and load structured data into DuckDB or the cloud ✨ Why it matters: Sources keep your pipelines clean and flexible. Instead of writing separate scripts for every endpoint, you group them once and reuse everywhere. 📦 Repo – Week 6:
https://github.com/1997mahadi/Data-Engineering-with-dlt/tree/main/week-06_sources
🔗 LinkedIn:
https://www.linkedin.com/posts/mahadi-nagassou-850a87254_week-6-exploring-sources-with-dlt-activity-7372533143440015360-Wgtx?utm_medium=ios_app&rcm=ACoAAD7Os_wBFAAF1g7fKTnQFhj7G6uWNYukvWw&utm_source=social_share_send&utm_campaign=copy_link
Open in Slack
Previous
Next