
Blog
Lineage and impact, in practice
Practical guides on SQL lineage, hidden pipeline dependencies, and understanding impact before you change your warehouse.
Find the SQL hidden inside your Python and Airflow pipelines
10 min read
See how SQL hides inside Python files, Airflow operators, sensors, and ETL jobs, and why this matters for accurate lineage and impact analysis.
Read article →What breaks before a schema change? How to check first
9 min read
Learn how to check downstream dependencies, views, and database objects before schema changes so teams can avoid broken pipelines and BI reports.
Read article →Why parsing PL/SQL is hard, and how to map what it touches
8 min read
Understand why SQL and PL/SQL parsing is difficult, how parse trees support lineage, and how to map tables, columns, and downstream dependencies.
Read article →