7. [Repositories] Configuring Data Expectations8. Exercise Summary

8 - Exercise Summary

This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.

✅ What you built

✅ What you learned

  1. A check requires at least three arguments:

    • the expectation itself (which you can pull from the documentation)
    • an arbitrary check name in single quotes (e.g., 'My Primary Key Uniqueness Check')
    • an on_error behavior of 'FAIL' or 'WARN'.
  2. You must manually subscribe to data expectations checks in the Data Health application.