Skip to content

Commit

Permalink
first draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian authored and Adrian committed Oct 25, 2023
1 parent 04f21cd commit dc9c0ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/website/blog/2023-10-26-dlt-prefect.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ authors:
tags: [dbt runner, dbt cloud runner, dbt core runner]
---



>The hardest part about writing a blog is getting started - writing the outline and filling out the first few key points. The same can be said for writing data pipelines: you need to inspect docs, determine data structures, write tests, etc.
>
>What if you could build a resilient, production-ready data pipeline that is scheduled and running in just a few minutes? We’ll show you how to do just that with dlt and Prefect.
## dlt

dlt is an open-source library that you can add to your Python scripts to load data from various and often messy data sources into well-structured, live datasets. It abstracts away the need to hunt through docs, interpret APIs, and reinvent the wheel every time. Instead of writing a custom pipeline, you can use dlt to build a framework for your pipelines for any combination of tools.
dlt is an open-source library that you can add to your Python scripts to load data from various and
often messy data sources into well-structured, live datasets. It abstracts away the need to hunt
through docs, interpret APIs, and reinvent the wheel every time. Instead of writing a custom pipeline,
you can use dlt to build a framework for your pipelines for any combination of tools.

### Moving Slack data into BigQuery

Expand Down

0 comments on commit dc9c0ea

Please sign in to comment.