apache_beam.runners.interactive.display.pipeline_graph_renderer module¶
For rendering pipeline graph in HTML-compatible format.
This module is experimental. No backwards-compatibility guarantees.
- 
class 
apache_beam.runners.interactive.display.pipeline_graph_renderer.PipelineGraphRenderer[source]¶ Bases:
apache_beam.utils.plugin.BeamPluginAbstract class for renderers, who decide how pipeline graphs are rendered.
- 
class 
apache_beam.runners.interactive.display.pipeline_graph_renderer.MuteRenderer[source]¶ Bases:
apache_beam.runners.interactive.display.pipeline_graph_renderer.PipelineGraphRendererUse this renderer to mute the pipeline display.
- 
class 
apache_beam.runners.interactive.display.pipeline_graph_renderer.TextRenderer[source]¶ Bases:
apache_beam.runners.interactive.display.pipeline_graph_renderer.PipelineGraphRendererThis renderer simply returns the dot representation in text format.
- 
class 
apache_beam.runners.interactive.display.pipeline_graph_renderer.PydotRenderer[source]¶ Bases:
apache_beam.runners.interactive.display.pipeline_graph_renderer.PipelineGraphRendererThis renderer renders the graph using pydot.
- It depends on
 - The software Graphviz: https://www.graphviz.org/
 - The python module pydot: https://pypi.org/project/pydot/