source.config.data_profiler_enabled
as "true"
or "false"
to run the profiler as well during the metadata ingestion. This, however, does not support Quality Tests.tableColumnCountToEqual
requires us to specify the number of columns we expect. Other tests will have other forms when we need to add values such as min
and max
, while other tests require no value at all, such as tests validating that there are no nulls in a column.metadata
CLI. When configuring the JSON configuration for the workflow, we can add tests as well.processor
configuration as follows:tests
is a list of test definitions that will be applied to the table
, informed by its FQN. For each table, one can then define a list of table_tests
and column_tests
. Review the supported tests and their definitions to learn how to configure the different cases here.table.tableTests
, or for each Column column.columnTests
to get the test information.