Skip to main content
POST
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
sqlSource
{
  "resource": "<string>",
  "source": "<string>"
}

Path Parameters

projectName
string
required

Name of the project

connectionName
string
required

Name of the connection

Body

application/json

SQL statement to fetch the SQL source

sqlStatement
string

Response

SQL source information

resource
string

Resource path to the sql source.

source
string
I