I have 50 columns,how to check for multiple columns that it does not contain null values instead of checking for single columns.Is there any way to acheive it?
1 Like
@harshithk This does not currently exist - expect_column_values_to_not_be_null
works on one column at a time.
When you run suite scaffold CLI command, the Profiler can create many Expectations automatically, so you don’t have to call it 50 times manually.