Testing assets
Testing assets
Explore the different options for testing your assets and pipelines in Dagster.
Asset checks
Dagster asset checks are tests that verify specific properties of your data assets, allowing you to execute data quality checks on your data.
Running a subset of asset checks
Execute a subset of asset checks in Dagster using multi_asset_check and multi_asset decorators.
Data freshness checks
Dagster freshness checks provide a way to identify data assets that are overdue for an update.
Unit testing assets and ops
Unit testing data pipelines with Dagster allows direct invocation of computations, using specified inputs and mocked resources to verify data transformations.
Testing partitioned config and jobs
Test your partition configuration and Dagster jobs.