Skip to content

Visualization

Available in 0.9: Mermaid, Graphviz DOT, HTML lineage pages, and JSON lineage export via etlantic.viz and etlantic viz ….

Visualization helps developers understand pipelines without reading every implementation. Prefer diagrams generated from the typed model over hand-drawn charts.

Shipped

  • MermaidPipeline.to_mermaid()
  • Graphviz — DOT export (etlantic.viz.graph_to_dot)
  • HTML — lineage HTML pages (etlantic.viz.graph_to_html)
  • Lineage — JSON lineage export (etlantic.viz.lineage_export)

Future design

These pages describe intended richer surfaces beyond the 0.9 exporters:

See Current Capabilities.