Metadata parser has now the code (in src/pg.py
and src/sql.py
) to parse PG views and create a network graph of column dependencies. The work is based on sqllineage
With the new sql parser, the tool is able to link columns used in views definition to the original sources, giving a column level data lineage capability within PostgreSQL