Description
Is there an existing issue for this?
- I have searched the existing issues
Problem statement
Users can define DQX checks using yaml/json or DQX classes. To support better metadata driven approach, it should also be possible to define check in a table.
Proposed Solution
Provide option to save/load checks from a delta table. Add the following methods to the DQEngine
:
load_checks_from_table
save_checks_in_table
Additional Context
No response