Return an iterator walking a directory tree.
tfx.v1.dsl.io.fileio.walk(
top: tfx.v1.dsl.io.fileio.PathType
,
topdown: bool = True,
onerror: Optional[Callable[..., None]] = None
) -> Iterable[Tuple[PathType, List[PathType], List[PathType]]]