in migration_toolkit/common/name_mapper.py [0:0]
def _clean_dataset_name(table_name): return str(re.sub("[^A-Za-z0-9_]", "_", table_name))