Lineage-graph-accelerator / samples /sample_metadata.json
aamanlamba's picture
Phase 2: Enhanced lineage extraction with export to data catalogs
0510038
raw
history blame contribute delete
415 Bytes
{
"nodes": [
{"id": "raw_customers", "type": "table", "name": "raw_customers"},
{"id": "clean_customers", "type": "table", "name": "clean_customers"},
{"id": "orders", "type": "table", "name": "orders"}
],
"edges": [
{"from": "raw_customers", "to": "clean_customers"},
{"from": "clean_customers", "to": "orders"}
],
"notes": "Sample JSON manifest representing a tiny lineage graph."
}