Query mode
https://e.gitee.com/gudusoft/projects/151613/docs/655632/file/1546243?sub_id=5928451
Last updated
https://e.gitee.com/gudusoft/projects/151613/docs/655632/file/1546243?sub_id=5928451
Last updated
Query mode can be used to analyze single SQL script or multiple SQL instructions. Directly give your SQL script to our and get your data lineage by simply clicking on Visualize
button.
In query mode, user makes request to without giving jobId
and our backend server analyzes the given SQL directly.
Query mode is ideal to handle lightweight SQL(no more than 500KB) and get the detailed response with which you can know how SQLFlow works and learn usages of SQLFlow functions. Query mode has the following features:
All paramaters are supported. Data lineage results are returned immediately after sending the request.
Support the smallest granularity analysis. Possible to give , I and Constant in data lineage.
Query mode is unable to connect database server to get the data lineage.
Query mode cannot analyze multiple SQL files in the same time.