Skip to content

Metadata parser capable of analysing sql in PG

Latest
Compare
Choose a tag to compare
@ftisiot ftisiot released this 18 Oct 07:22
· 26 commits to main since this release
09d3bf8

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