mara / mara-pipelines

A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
MIT License
2.07k stars 100 forks source link

using client-side rendering for graphviz when shell command is not av… #81

Closed leo-schick closed 2 years ago

leo-schick commented 2 years ago

Using client-side rendering for graphviz shell command is not available.

See #70

Test results

Running graphviz commands (apt-get install graphviz)

image

Running without commands installed using client-side rendering with d3-graphviz

image

Running without javascript library d3-graphviz initalized

image

In addition Chrome throws this JS exception hidden in the DevTools bar:

image

I don't think we need to implement something special here to handle this. People should make sure that they use backend or fontend side rendering and this error message above tells you about that something isn't quite right with your installation.