Export lineage to image file #458
Unanswered
ovcharenko
asked this question in
Q&A
Replies: 1 comment
-
No, that's not supported. Current visualization solution is built upon JavaScript graph library cytoscapejs where web server is a must. sqllineage v1.0.0 was used to built upon networkx, matplotlib and pygraphviz for table lineage visualization. But once we started column lineage work, they didn't give me the visualization I wanted, perhaps I was doing it in a wrong way. Here's the table lineage code for your reference: https://github.com/reata/sqllineage/blob/v1.0.0/sqllineage/drawing.py Feel free to try with column lineage, I'd be very happy to see it working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there a way to export table or column lineage data to an image file without using the built-in web server? Ideally, it should be rendered in the same way. For example, I created a PoC, but no matter what layout I tried, it only resulted in a dot presentation.
Beta Was this translation helpful? Give feedback.
All reactions