Prerequisites
https://github.com/sqlparser/sqlflow_public/tree/master/api#prerequisites
Last updated
https://github.com/sqlparser/sqlflow_public/tree/master/api#prerequisites
Last updated
This article shows how to use the SQLFlow Rest API to communicate with the SQLFlow server and get the generated metadata and data lineage.
In order to use the SQLFlow rest API, you may connect to the SQLFlow Cloud server or setup a SQLFlow on-premise version on your owner server.
If you want to connect to the SQLFlow Cloud Server, you may request a 3 days premium account to get the necessary userId and secret code.
Once getting the premium account or if you are using SQLFlow On-Premise, please click the icon at the right top of the screen:
Click the Account
menu item to see:
Here you can
Copy the userId
By default, the Secret key field is empty, please click the generate
button to create a new secret key and copy this code.
Please check here to see how to install SQLFlow on-premise version on you own server.
There are two default accounts for SQLFlow On-Premise and you can change the default password by yourselves:
Cloud and On-Premise versionThe server port is 8165 by default for the SQLFlow on-premise version,(8081 for SQLFlow 5.x) and There is no need to specify the port.
SQLFlow on-premise is hosted on your own server, your business data are kept in your own domain.
Please check here if you want read more about the server port of the SQLFlow on-premise version.