Metadata
- Author:: dagster.io
- Full Title:: Testing#
- Category:: 🗞️Articles
- URL:: https://docs.dagster.io/concepts/testing
- Finished date:: 2023-01-15
Highlights
- Using unit tests without keeping these principles in mind is why the data community frequently treats unit tests with skepticism. It is too often interpreted as simulating an external system such as Spark or data warehouse in a granular manner. Those are very complex systems that are impossible to emulate faithfully. Do not try to do so. (View Highlight)