Skip to content

Commit b4e0491

Browse files
authored
Fixed the title of a blog post (#1421)
1 parent 81580bd commit b4e0491

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/website/blog/2024-05-23-contributed-first-pipeline.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: contributed-first-pipeline
3-
title: "How I contributed my first data pipeline to the open source."
3+
title: "How I Contributed to My First Open Source Data Pipeline"
44
image: https://storage.googleapis.com/dlt-blog-images/blog_my_first_data_pipeline.png
55
authors:
66
name: Aman Gupta
@@ -78,13 +78,13 @@ def incremental_resource(
7878
With the steps defined above, I was able to load the data from Freshdesk to BigQuery and use the pipeline in production. Here’s a summary of the steps I followed:
7979

8080
1. Created a Freshdesk API token with sufficient privileges.
81-
1. Created an API client to make requests to the Freshdesk API with rate limit and pagination.
82-
1. Made incremental requests to this client based on the “updated_at” field in the response.
83-
1. Ran the pipeline using the Python script.
81+
2. Created an API client to make requests to the Freshdesk API with rate limit and pagination.
82+
3. Made incremental requests to this client based on the “updated_at” field in the response.
83+
4. Ran the pipeline using the Python script.
8484

8585

8686
While my journey from civil engineering to data engineering was initially intimidating, it has proved to be a profound learning experience. Writing a pipeline with **`dlt`** mirrors the simplicity of a GET request: you request data, yield it, and it flows from the source to its destination. Now, I help other clients integrate **`dlt`** to streamline their data workflows, which has been an invaluable part of my professional growth.
8787

8888
In conclusion, diving into data engineering has expanded my technical skill set and provided a new lens through which I view challenges and solutions. As for me, the lens view mainly was concrete and steel a couple of years back, which has now begun to notice the pipelines of the data world.
8989

90-
Data engineering has proved both challenging, satisfying and a good carrier option for me till now. For those interested in the detailed workings of these pipelines, I encourage exploring dlt's [GitHub repository](https://github.com/dlt-hub/verified-sources) or diving into the [documentation](https://dlthub.com/docs/dlt-ecosystem/verified-sources/freshdesk).
90+
Data engineering has proved both challenging, satisfying, and a good career option for me till now. For those interested in the detailed workings of these pipelines, I encourage exploring dlt's [GitHub repository](https://github.com/dlt-hub/verified-sources) or diving into the [documentation](https://dlthub.com/docs/dlt-ecosystem/verified-sources/freshdesk).

0 commit comments

Comments
 (0)