Name | Type | Description | Notes |
---|---|---|---|
query | Option<crate::models::SqlTaskQuery> | [optional] | |
dashboard | Option<crate::models::SqlTaskDashboard> | [optional] | |
alert | Option<crate::models::SqlTaskAlert> | [optional] | |
parameters | Option<::std::collections::HashMap<String, serde_json::Value>> | Parameters to be used for each run of this job. The SQL alert task does not support custom parameters. | [optional] |
warehouse_id | String | The canonical identifier of the SQL warehouse. Only serverless and pro SQL warehouses are supported. |