Expand description
Dali (sql-parser-service) compatibility adapter.
Maps FlowScope’s AnalyzeResult to the JSON contract produced by the
sql-parser-service lineage extractor:
{
"package": "<sql>",
"transforms": [ { "name", "targetTables", "query", "is_union", "refs", "source_tables" } ],
"table_lineage": [ { "transform", "target_tables", "source_tables", "relation" } ]
}Structs§
Functions§
- export_
dali_ compat - Convert an
AnalyzeResultinto the Dali-compatible JSON string. - export_
dali_ compat_ compact - Convert an
AnalyzeResultinto the Dali-compatible JSON string (compact).