Generation Interface
https://github.com/sqlparser/sqlflow_public/tree/master/api
Generate sqlflow model
Export lineage as CSV
Send the SQL query and get the data lineage result.
SQLFlow Cloud Server
SQLFlow on-premise version
Send the SQL file and get the csv result which includes the data lineage.
Sample:
Note:
-H "Content-Type:multipart/form-data" is required.
Add @ before the upload file path
--output is required.
Optional, if you just want to fetch table to table relations, please add -F "tableToTable=true"
Send the SQL file and get the image result of the data lineage.
Sample result:
Last updated