Parameter | Description |
---|---|
Description | The description of the query. |
Name | The name of the query. |
Sql | The raw SQL of the query. |
Parameter | Description |
---|---|
Cron Expression | The cron expression for the schedule. |
Disable Schedule | Create the query with the schedule disabled. |
Rate Minutes | The rate of the schedule in minutes. |
Timeout Minutes | The timeout of the schedule in minutes. |
{
"createdAt": "text",
"description": "text",
"id": "text",
"managed": false,
"name": "text",
"schedule": {
"cron": "text",
"disabled": false,
"rateMinutes": 0,
"timeoutMinutes": 0
},
"sql": "text",
"updatedAt": "text"
}
Was this page helpful?