2 pointsby kirannarayana6 hours ago1 comment
  • kirannarayana6 hours ago
    Hi HN — I built LineageScope, a static analyzer for data pipeline repos. Point it at a checkout and it walks SQL, dbt, Airflow DAGs, Spark jobs, ODCS-style contracts, etc., to build lineage / dependency-style graphs and a set of repo-health-style signals—without warehouse access or running the pipelines.

    Try it

    Install: pip install lineagescope PyPI: https://pypi.org/project/lineagescope/ Scan: lineagescope scan <path> --dialect postgres Repo / issues: https://github.com/kirannarayanak/lineagescope