SqlLabPermalinkSchema
autorunboolean
catalogstringnullable
The catalog name of the query
dbIdintegerrequired
The id of the database
namestringrequired
The label of the editor tab
schemastringnullable
The schema name of the query
sqlstringrequired
SQL query text
templateParamsstringnullable
stringfied JSON string for template parameters
SqlLabPermalinkSchema
{
"autorun": true,
"catalog": "string",
"dbId": 0,
"name": "string",
"schema": "string",
"sql": "string",
"templateParams": "string"
}