Note: This feature is in Private Preview. To try it, reach out to your Databricks contact or [email protected].
The software and other materials included in this repo ("Copyrighted Materials") are protected by US and international copyright laws and are the property of Databricks, Inc. The Copyrighted Materials are not provided under a license for public or third-party use. Accordingly, you may not access, use, copy, modify, publish, and/or distribute the Copyrighted Materials unless you have received prior written authorization or a license from Databricks to do so.
you can create a notebook task to tie quality directly into your Databricks Workflow:
- Add a new Task of type
Notebook
- Select notebook source as
Git provider
. Git repository URL:https://github.com/databricks/expectations
, Git reference:main
- Configure path as
expectation_check_v2
- Select DBR 15.2+ cluster in Compute
- Add table_name in Parameters. Key:
table_name
, Value:<three_level_table_name>
When the workflow runs, the Data Quality task will execute ANALYZE CONSTRAINTS
on the selected table. If any constraints are violated, the task will fail and display debug information.