Add lineage for data flows not automatically detected.
Use the API to push custom lineage relationships:
POST /api/v1/lineage
{
"source": "external_api.orders",
"target": "warehouse.fact_orders",
"transformation": "Daily batch load via Airflow",
"job": "airflow:daily_orders_etl"
}Upload a CSV with source, target, and transformation columns for bulk lineage creation.