apache_beam.runners.direct.direct_runner module¶
DirectRunner, executing on the local machine.
The DirectRunner is a runner implementation that executes the entire graph of transformations belonging to a pipeline on the local machine.
-
class
apache_beam.runners.direct.direct_runner.DirectRunner[source]¶ Bases:
apache_beam.runners.runner.PipelineRunnerExecutes a single pipeline on the local machine.
-
cache¶
-