Bases: Exception
Exception for when the data quality validations fail.
Source code in mkdocs/lakehouse_engine/packages/dq_processors/exceptions.py
| class DQValidationsFailedException(Exception):
"""Exception for when the data quality validations fail."""
pass
|