From cdae47e91cbf6f239a0e6c1d749cef967f8eae3b Mon Sep 17 00:00:00 2001 From: Zaeem Athar Date: Wed, 8 Nov 2023 12:04:01 +0100 Subject: [PATCH] Fixing typo. --- docs/website/blog/2023-11-01-dlt-dagster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/blog/2023-11-01-dlt-dagster.md b/docs/website/blog/2023-11-01-dlt-dagster.md index 78440fd954..4da685be73 100644 --- a/docs/website/blog/2023-11-01-dlt-dagster.md +++ b/docs/website/blog/2023-11-01-dlt-dagster.md @@ -251,7 +251,7 @@ The **github_issues** is the parent table that contains the data from the root l One of the main strengths of `dlt` lies in its ability to extract, normalize, and ingest unstructured and semi-structured data from various sources. One of the most commonly used verified source is MongoDB. Let’s quickly look at how we can orchestrate MongoDB source using Dagster. -### Step 1: Setting up a Dagster project: +### Step 1: Setting up a Dagster project - Start by creating a new Dagster project scaffold: