Handling Internal Database
Last updated
Last updated
If your database is deployed in an internal network and is not accessible for external connection, you may not be able to read your internal database directly from the public SQLFlow server.
You can use SQLFlow on-premise version to connect your database(Read here for how to install) or you can try with the belowing approach:
You may want to check here for more possible inputs.
You will receive the message if the export is succeeded:
Check your output folder and you shall find your metadata.json
:
With the exported metadata.json
, we are now ready to retrieve data lineage.
Open your browser and go to our SQLFlow UI, then create a Job with the Job Source
as upload file
:
Read more details on how to create the job and what do these parameters stand for here.
You may want read more about the job type.
Check the lineage overview/detail once the job is finished.