How to make Ray Data pipelines less verbose

I often find Ray Data pipelines to be overly verbose, and it gets in the way of debugging the application logs. Here's how to silence them:

ray.data.DataContext.get_current().enable_progress_bars = False
ray.data.DataContext.get_current().print_on_execution_start = False

Copyright Richard Decal. richarddecal.com