ploomber
ploomber copied to clipboard
error when plotting with D3 backend
If the pipeline has tasks that need rendering, D3 plot will fail since it doesn't render the DAG first:
https://github.com/ploomber/ploomber/blob/697b2a0b6580010311d8d22a17db516be540a34c/src/ploomber/dag/dag.py#L874
fixed it but missing the test