Skip to content

TBS1996/wayfare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wayfare assignment

Creates a lineage graph from a sources.yml file through various sql models, including the datatypes of the columns.

how to run:

cargo run -- <sources.yml> <dir_with_sql_models/>

you can generate the image with the graphviz commandline tool. for example:

dot -Tpng graph.dot > graph.png.

note: does not support extracting datatype from json object atm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages