.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
pyproject.toml
.claude/settings.json
.github/workflows/ci.yml
.github/workflows/release.yml
docs/FABRIC_USAGE.md
docs/MANIFEST_SCHEMA.md
docs/ROADMAP_STANDALONE.md
examples/00_Silver_Ipaki.ipynb
examples/00_Silver_Ipaki_v2.ipynb
examples/01_Test_Lineage_Ipaki.ipynb
examples/fabric_orchestration.py
examples/prototypes/demo_sqlglot_lineage.py
examples/prototypes/prototype_marimo_lineage.py
src/sql_lineage/__init__.py
src/sql_lineage/_version.py
src/sql_lineage/cli.py
src/sql_lineage/config.py
src/sql_lineage/models.py
src/sql_lineage/pipeline.py
src/sql_lineage/py.typed
src/sql_lineage/export/__init__.py
src/sql_lineage/export/backends.py
src/sql_lineage/export/tables.py
src/sql_lineage/graph/__init__.py
src/sql_lineage/graph/builder.py
src/sql_lineage/manifest/__init__.py
src/sql_lineage/manifest/schema.json
src/sql_lineage/manifest/writer.py
src/sql_lineage/parsing/__init__.py
src/sql_lineage/parsing/engine.py
src/sql_lineage/parsing/lineage_extractor.py
src/sql_lineage/sources/__init__.py
src/sql_lineage/sources/base.py
src/sql_lineage/sources/file_source.py
src/sql_lineage/sources/live_sql_source.py
src/sql_lineage/sources/notebook_source.py
src/sql_lineage_extractor.egg-info/PKG-INFO
src/sql_lineage_extractor.egg-info/SOURCES.txt
src/sql_lineage_extractor.egg-info/dependency_links.txt
src/sql_lineage_extractor.egg-info/entry_points.txt
src/sql_lineage_extractor.egg-info/requires.txt
src/sql_lineage_extractor.egg-info/scm_file_list.json
src/sql_lineage_extractor.egg-info/scm_version.json
src/sql_lineage_extractor.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_export_backends.py
tests/test_export_tables.py
tests/test_file_source.py
tests/test_golden_manifest.py
tests/test_graph_builder.py
tests/test_lineage_extractor.py
tests/test_live_sql_source.py
tests/test_manifest_schema.py
tests/test_notebook_source.py
tests/test_phase3_robustness.py
tests/fixtures/golden/manifest_sql_chain.json
tests/fixtures/notebooks/shipping_notebook.ipynb
tests/fixtures/sql/calc_no_alias.sql
tests/fixtures/sql/cte.sql
tests/fixtures/sql/escale.sql
tests/fixtures/sql/simple.sql
tests/fixtures/sql/star.sql
tests/fixtures/sql_chain/bronze_escale.sql
tests/fixtures/sql_chain/gold_escale.sql
tests/fixtures/sql_chain/silver_escale.sql