Skip to content

Commit

Permalink
Add asset checks + alerts to next steps section of tutorial. (#22268)
Browse files Browse the repository at this point in the history
Hopefully helps with feature discoverability.
  • Loading branch information
dpeng817 authored Jun 6, 2024
1 parent 4af5c63 commit 5594701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/tutorial/next-steps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description: What if you want to do more after completing the asset tutorial?

What if you want to do more?

- **Data quality** - Dagster provides ways to validate the data that your assets produce via [asset checks](/concepts/assets/asset-checks), and if using Dagster+, receive [alerts](/dagster-plus/managing-deployments/alerts) when problems are detected.
- **Partitioning assets** - This tutorial covered assets whose entire contents get re-computed and overwritten with every materialization. When assets are large, it's common to [partition](/concepts/partitions-schedules-sensors/partitions) them, so that each run only materializes a single partition.
- **Test your assets** - This tutorial showed you how to materialize assets. To learn how to test them, check out the [guide on testing assets](/guides/dagster/testing-assets).
- **Non-asset jobs** - This tutorial showed you how to work with Dagster's primary building block, assets. However, sometimes you'll have tasks that don't produce assets. To learn how to execute tasks, check out the [Intro to ops and jobs guide](/guides/dagster/intro-to-ops-jobs).

1 comment on commit 5594701

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-ql45wdpyy-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 5594701.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.