Skip to content

/submitUserJob

Submit a simple sqlflow job. Send the SQL files and get the data lineage result. SQLFlow job supports both of multiple files and zip archive file.

Sample response:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
{
    "code":200,
    "data":{
        "jobId":"c359aef4bd9641d697732422debd8055",
        "jobName":"job1",
        "userId":"google-oauth2|104002923119102769706",
        "dbVendor":"dbvmssql",
        "dataSource":{

        },
        "fileNames":["1.sql","1.zip"],
        "createTime":"2020-12-15 15:14:39",
        "status":"create"
    }
}

Try it out!

hint: Ignoring the temporary table starting with "#" in sqlserver is a mandatory behavior, therefore it cannot be changed.