in data_validation/config_manager.py [0:0]
def build_config_manager(
config_type,
source_conn_name,
target_conn_name,
table_obj,
labels,
threshold,
format,
use_random_rows=None,
random_row_batch_size=None,
source_client=None,
target_client=None,
result_handler_config=None,
filter_config=None,
filter_status=None,
trim_string_pks=None,
case_insensitive_match=None,
concat=None,
hash=None,
run_id=None,
verbose=False,