Closed as not planned
Description
Describe the feature
Problem: if we want to generate an image for our Lineage Graph, there is the option to export the graph as PNG, but this image has no quality options.
Example:
To add more flexibility, dbt can allow generating not just the PNG, but an SVG or PDF file with vectorized images. Reference: Scalable Vector Graphics
Describe alternatives you've considered
You can try to add PNG configurations as ppi
and dimensions
, but a scalable image format is a more general solution.
Who will this benefit?
- Users who want to use Lineage Graphs in slides or documentations.
- Users who want to edit Lineage Graphs using graphic design programs as Illustrator.
Are you interested in contributing this feature?
Maybe, but I'm not so familiar with the dbt repo.