View Dependency Analysis with SQL Parser
Reads all view definitions from your PostgreSQL database, parses each SQL with the Putki SQL Parser plugin to extract table and column dependencies, and writes a full lineage report — so you always know which views break before you change a table.
SQL Parser
Created Jan 23, 2026
Putki 2026.03+
Before changing a table in your database, you need to know which views reference it — or risk breaking them silently. This pipeline reads every view definition directly from information_schema, parses the SQL with the Putki SQL Parser plugin, and writes a complete lineage report: which view references which table and which column.
SQL Parser
Pipeline (.hpl)
Transforms
4
Putki version
2026.03+
Created
May 6, 2026
View Dependency Analysis with SQL Parser
Reads all view definitions from your PostgreSQL database, parses each SQL with the Putki SQL Parser plugin to extract table and column dependencies, and writes a full lineage report — so you always know which views break before you change a table.
SQL Parser
Created Jan 23, 2026
Putki 2026.03+
Before changing a table in your database, you need to know which views reference it — or risk breaking them silently. This pipeline reads every view definition directly from information_schema, parses the SQL with the Putki SQL Parser plugin, and writes a complete lineage report: which view references which table and which column.
SQL Parser
Pipeline (.hpl)
Transforms
4
Putki version
2026.03+
Created
May 6, 2026