# required import
from data_linter.log_explorer_utils import summary_of_all_tables, get_failed_files, get_all_errors_for_file
please specify a table (if any) and the config path
config_path = "config.yaml" # required
table_name = "all_types" # optional
summary_of_all_tables(config_path)
get_failed_files(config_path, table_name=table_name)
get_failed_files(config_path)
land_file = "s3://replace/me/please.csv"
get_all_errors_for_file(config_path, land_path)