Skip to content

Commit a3c83b0

Browse files
bene2k1nerda-codes
andauthored
Update tutorials/dagster-serverless-jobs/index.mdx
Co-authored-by: Néda <[email protected]>
1 parent 3278679 commit a3c83b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/dagster-serverless-jobs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dates:
2020

2121
It allows you to declare jobs that you want to run and the data assets that those jobs produce or update. Dagster then helps you run your jobs at the right time and keep your assets up-to-date.
2222

23-
In this tutorial, we will create a [Serverless Job](/serverless-jobs/quickstart/) using Dagster to scrape the content of the [Hacker News website(https://news.ycombinator.com/) to retrieve the title, author, and URL of the top articles.
23+
In this tutorial, we will create a [Serverless Job](/serverless-jobs/quickstart/) using Dagster to scrape the content of the [Hacker News website](https://news.ycombinator.com/) to retrieve the title, author, and URL of the top articles.
2424

2525
First, we will initialize the Dagster project locally and add the scraper's source code to it. Then, we will set up the environment, build the image and push it to the Scaleway registry. Finally, we will execute Dagster locally to scrape the Hacker News top stories through the Dagster UI.
2626

0 commit comments

Comments
 (0)