Export SQLFlow Job in CSV, this api is for job mode
Try it out!
Last updated 1 year ago
export full sqlflow lineage as csv format
OK
const response = await fetch('https://api.gudusoft.com/api/gspLive_backend/sqlflow/job/exportFullLineageAsCsv?token=text&userId=text', { method: 'POST', headers: {}, }); const data = await response.json();
binary