Lineage-graph-accelerator / samples /sample_api_metadata.json
aamanlamba's picture
Phase 2: Enhanced lineage extraction with export to data catalogs
0510038
raw
history blame contribute delete
267 Bytes
{
"service": "example-api",
"endpoints": [
{"path": "/customers", "method": "GET", "produces": "raw_customers"},
{"path": "/orders", "method": "POST", "produces": "orders"}
],
"notes": "Sample API metadata representing sources that produce tables."
}