Databricks v1.73.0 published on Monday, Jul 14, 2025 by Pulumi
databricks.getAlertsV2
Explore with Pulumi AI
The SQL Alerts v2 data source allows you to retrieve a list of alerts in Databricks SQL that are accessible to the current user. This data source returns alerts ordered by their creation time.
You can use this data source to:
- Get a comprehensive list of all alerts in your workspace
- Monitor and audit alert configurations across your workspace
Example Usage
List All Alerts
This example retrieves all alerts accessible to the current user:
import * as pulumi from "@pulumi/pulumi";
import * as databricks from "@pulumi/databricks";
const all = databricks.getAlertV2({});
import pulumi
import pulumi_databricks as databricks
all = databricks.get_alert_v2()
package main
import (
"github.com/pulumi/pulumi-databricks/sdk/go/databricks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databricks.LookupAlertV2(ctx, &databricks.LookupAlertV2Args{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Databricks = Pulumi.Databricks;
return await Deployment.RunAsync(() =>
{
var all = Databricks.GetAlertV2.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.databricks.DatabricksFunctions;
import com.pulumi.databricks.inputs.GetAlertV2Args;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var all = DatabricksFunctions.getAlertV2(GetAlertV2Args.builder()
.build());
}
}
variables:
all:
fn::invoke:
function: databricks:getAlertV2
arguments: {}
Using getAlertsV2
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAlertsV2(opts?: InvokeOptions): Promise<GetAlertsV2Result>
function getAlertsV2Output(opts?: InvokeOptions): Output<GetAlertsV2Result>
def get_alerts_v2(opts: Optional[InvokeOptions] = None) -> GetAlertsV2Result
def get_alerts_v2_output(opts: Optional[InvokeOptions] = None) -> Output[GetAlertsV2Result]
func LookupAlertsV2(ctx *Context, opts ...InvokeOption) (*LookupAlertsV2Result, error)
func LookupAlertsV2Output(ctx *Context, opts ...InvokeOption) LookupAlertsV2ResultOutput
> Note: This function is named LookupAlertsV2
in the Go SDK.
public static class GetAlertsV2
{
public static Task<GetAlertsV2Result> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetAlertsV2Result> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetAlertsV2Result> getAlertsV2(InvokeOptions options)
public static Output<GetAlertsV2Result> getAlertsV2(InvokeOptions options)
fn::invoke:
function: databricks:index/getAlertsV2:getAlertsV2
arguments:
# arguments dictionary
getAlertsV2 Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Alerts V2Result>
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Alerts V2Result
- id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Alerts V2Result>
- id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Alerts V2Result[]
- id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Alerts V2Result]
- id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
Supporting Types
GetAlertsV2Result
- Create
Time string - (string) - The timestamp indicating when the alert was created
- Id string
- (string) - UUID identifying the alert
- Lifecycle
State string - (string) - Indicates whether the query is trashed. Possible values are:
ACTIVE
,TRASHED
- Owner
User stringName - (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
- Run
As stringUser Name - (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
- Update
Time string - (string) - The timestamp indicating when the alert was updated
- Custom
Description string - (string) - Custom description for the alert. support mustache template
- Custom
Summary string - (string) - Custom summary for the alert. support mustache template
- Display
Name string - (string) - The display name of the alert
- Evaluation
Get
Alerts V2Result Evaluation - (AlertV2Evaluation) -
- Parent
Path string - (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
- Query
Text string - (string) - Text of the query to be run
- Schedule
Get
Alerts V2Result Schedule - (CronSchedule) -
- Warehouse
Id string - (string) - ID of the SQL warehouse attached to the alert
- Create
Time string - (string) - The timestamp indicating when the alert was created
- Id string
- (string) - UUID identifying the alert
- Lifecycle
State string - (string) - Indicates whether the query is trashed. Possible values are:
ACTIVE
,TRASHED
- Owner
User stringName - (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
- Run
As stringUser Name - (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
- Update
Time string - (string) - The timestamp indicating when the alert was updated
- Custom
Description string - (string) - Custom description for the alert. support mustache template
- Custom
Summary string - (string) - Custom summary for the alert. support mustache template
- Display
Name string - (string) - The display name of the alert
- Evaluation
Get
Alerts V2Result Evaluation - (AlertV2Evaluation) -
- Parent
Path string - (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
- Query
Text string - (string) - Text of the query to be run
- Schedule
Get
Alerts V2Result Schedule - (CronSchedule) -
- Warehouse
Id string - (string) - ID of the SQL warehouse attached to the alert
- create
Time String - (string) - The timestamp indicating when the alert was created
- id String
- (string) - UUID identifying the alert
- lifecycle
State String - (string) - Indicates whether the query is trashed. Possible values are:
ACTIVE
,TRASHED
- owner
User StringName - (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
- run
As StringUser Name - (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
- update
Time String - (string) - The timestamp indicating when the alert was updated
- custom
Description String - (string) - Custom description for the alert. support mustache template
- custom
Summary String - (string) - Custom summary for the alert. support mustache template
- display
Name String - (string) - The display name of the alert
- evaluation
Get
Alerts V2Result Evaluation - (AlertV2Evaluation) -
- parent
Path String - (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
- query
Text String - (string) - Text of the query to be run
- schedule
Get
Alerts V2Result Schedule - (CronSchedule) -
- warehouse
Id String - (string) - ID of the SQL warehouse attached to the alert
- create
Time string - (string) - The timestamp indicating when the alert was created
- id string
- (string) - UUID identifying the alert
- lifecycle
State string - (string) - Indicates whether the query is trashed. Possible values are:
ACTIVE
,TRASHED
- owner
User stringName - (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
- run
As stringUser Name - (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
- update
Time string - (string) - The timestamp indicating when the alert was updated
- custom
Description string - (string) - Custom description for the alert. support mustache template
- custom
Summary string - (string) - Custom summary for the alert. support mustache template
- display
Name string - (string) - The display name of the alert
- evaluation
Get
Alerts V2Result Evaluation - (AlertV2Evaluation) -
- parent
Path string - (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
- query
Text string - (string) - Text of the query to be run
- schedule
Get
Alerts V2Result Schedule - (CronSchedule) -
- warehouse
Id string - (string) - ID of the SQL warehouse attached to the alert
- create_
time str - (string) - The timestamp indicating when the alert was created
- id str
- (string) - UUID identifying the alert
- lifecycle_
state str - (string) - Indicates whether the query is trashed. Possible values are:
ACTIVE
,TRASHED
- owner_
user_ strname - (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
- run_
as_ struser_ name - (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
- update_
time str - (string) - The timestamp indicating when the alert was updated
- custom_
description str - (string) - Custom description for the alert. support mustache template
- custom_
summary str - (string) - Custom summary for the alert. support mustache template
- display_
name str - (string) - The display name of the alert
- evaluation
Get
Alerts V2Result Evaluation - (AlertV2Evaluation) -
- parent_
path str - (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
- query_
text str - (string) - Text of the query to be run
- schedule
Get
Alerts V2Result Schedule - (CronSchedule) -
- warehouse_
id str - (string) - ID of the SQL warehouse attached to the alert
- create
Time String - (string) - The timestamp indicating when the alert was created
- id String
- (string) - UUID identifying the alert
- lifecycle
State String - (string) - Indicates whether the query is trashed. Possible values are:
ACTIVE
,TRASHED
- owner
User StringName - (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
- run
As StringUser Name - (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
- update
Time String - (string) - The timestamp indicating when the alert was updated
- custom
Description String - (string) - Custom description for the alert. support mustache template
- custom
Summary String - (string) - Custom summary for the alert. support mustache template
- display
Name String - (string) - The display name of the alert
- evaluation Property Map
- (AlertV2Evaluation) -
- parent
Path String - (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
- query
Text String - (string) - Text of the query to be run
- schedule Property Map
- (CronSchedule) -
- warehouse
Id String - (string) - ID of the SQL warehouse attached to the alert
GetAlertsV2ResultEvaluation
- Last
Evaluated stringAt - (string) - Timestamp of the last evaluation
- State string
- (string) - Latest state of alert evaluation. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- Comparison
Operator string - (string) - Operator used for comparison in alert evaluation. Possible values are:
EQUAL
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,IS_NOT_NULL
,IS_NULL
,LESS_THAN
,LESS_THAN_OR_EQUAL
,NOT_EQUAL
- Empty
Result stringState - (string) - Alert state if result is empty. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- Notification
Get
Alerts V2Result Evaluation Notification - (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
- Source
Get
Alerts V2Result Evaluation Source - (AlertV2OperandColumn) - Source column from result to use to evaluate alert
- Threshold
Get
Alerts V2Result Evaluation Threshold - (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
- Last
Evaluated stringAt - (string) - Timestamp of the last evaluation
- State string
- (string) - Latest state of alert evaluation. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- Comparison
Operator string - (string) - Operator used for comparison in alert evaluation. Possible values are:
EQUAL
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,IS_NOT_NULL
,IS_NULL
,LESS_THAN
,LESS_THAN_OR_EQUAL
,NOT_EQUAL
- Empty
Result stringState - (string) - Alert state if result is empty. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- Notification
Get
Alerts V2Result Evaluation Notification - (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
- Source
Get
Alerts V2Result Evaluation Source - (AlertV2OperandColumn) - Source column from result to use to evaluate alert
- Threshold
Get
Alerts V2Result Evaluation Threshold - (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
- last
Evaluated StringAt - (string) - Timestamp of the last evaluation
- state String
- (string) - Latest state of alert evaluation. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- comparison
Operator String - (string) - Operator used for comparison in alert evaluation. Possible values are:
EQUAL
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,IS_NOT_NULL
,IS_NULL
,LESS_THAN
,LESS_THAN_OR_EQUAL
,NOT_EQUAL
- empty
Result StringState - (string) - Alert state if result is empty. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- notification
Get
Alerts V2Result Evaluation Notification - (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
- source
Get
Alerts V2Result Evaluation Source - (AlertV2OperandColumn) - Source column from result to use to evaluate alert
- threshold
Get
Alerts V2Result Evaluation Threshold - (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
- last
Evaluated stringAt - (string) - Timestamp of the last evaluation
- state string
- (string) - Latest state of alert evaluation. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- comparison
Operator string - (string) - Operator used for comparison in alert evaluation. Possible values are:
EQUAL
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,IS_NOT_NULL
,IS_NULL
,LESS_THAN
,LESS_THAN_OR_EQUAL
,NOT_EQUAL
- empty
Result stringState - (string) - Alert state if result is empty. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- notification
Get
Alerts V2Result Evaluation Notification - (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
- source
Get
Alerts V2Result Evaluation Source - (AlertV2OperandColumn) - Source column from result to use to evaluate alert
- threshold
Get
Alerts V2Result Evaluation Threshold - (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
- last_
evaluated_ strat - (string) - Timestamp of the last evaluation
- state str
- (string) - Latest state of alert evaluation. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- comparison_
operator str - (string) - Operator used for comparison in alert evaluation. Possible values are:
EQUAL
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,IS_NOT_NULL
,IS_NULL
,LESS_THAN
,LESS_THAN_OR_EQUAL
,NOT_EQUAL
- empty_
result_ strstate - (string) - Alert state if result is empty. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- notification
Get
Alerts V2Result Evaluation Notification - (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
- source
Get
Alerts V2Result Evaluation Source - (AlertV2OperandColumn) - Source column from result to use to evaluate alert
- threshold
Get
Alerts V2Result Evaluation Threshold - (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
- last
Evaluated StringAt - (string) - Timestamp of the last evaluation
- state String
- (string) - Latest state of alert evaluation. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- comparison
Operator String - (string) - Operator used for comparison in alert evaluation. Possible values are:
EQUAL
,GREATER_THAN
,GREATER_THAN_OR_EQUAL
,IS_NOT_NULL
,IS_NULL
,LESS_THAN
,LESS_THAN_OR_EQUAL
,NOT_EQUAL
- empty
Result StringState - (string) - Alert state if result is empty. Possible values are:
ERROR
,OK
,TRIGGERED
,UNKNOWN
- notification Property Map
- (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
- source Property Map
- (AlertV2OperandColumn) - Source column from result to use to evaluate alert
- threshold Property Map
- (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
GetAlertsV2ResultEvaluationNotification
- Notify
On boolOk - (boolean) - Whether to notify alert subscribers when alert returns back to normal
- Retrigger
Seconds int - (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
- Subscriptions
List<Get
Alerts V2Result Evaluation Notification Subscription> - (list of AlertV2Subscription) -
- Notify
On boolOk - (boolean) - Whether to notify alert subscribers when alert returns back to normal
- Retrigger
Seconds int - (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
- Subscriptions
[]Get
Alerts V2Result Evaluation Notification Subscription - (list of AlertV2Subscription) -
- notify
On BooleanOk - (boolean) - Whether to notify alert subscribers when alert returns back to normal
- retrigger
Seconds Integer - (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
- subscriptions
List<Get
Alerts V2Result Evaluation Notification Subscription> - (list of AlertV2Subscription) -
- notify
On booleanOk - (boolean) - Whether to notify alert subscribers when alert returns back to normal
- retrigger
Seconds number - (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
- subscriptions
Get
Alerts V2Result Evaluation Notification Subscription[] - (list of AlertV2Subscription) -
- notify_
on_ boolok - (boolean) - Whether to notify alert subscribers when alert returns back to normal
- retrigger_
seconds int - (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
- subscriptions
Sequence[Get
Alerts V2Result Evaluation Notification Subscription] - (list of AlertV2Subscription) -
- notify
On BooleanOk - (boolean) - Whether to notify alert subscribers when alert returns back to normal
- retrigger
Seconds Number - (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
- subscriptions List<Property Map>
- (list of AlertV2Subscription) -
GetAlertsV2ResultEvaluationNotificationSubscription
- Destination
Id string - (string) -
- User
Email string - (string) -
- Destination
Id string - (string) -
- User
Email string - (string) -
- destination
Id String - (string) -
- user
Email String - (string) -
- destination
Id string - (string) -
- user
Email string - (string) -
- destination_
id str - (string) -
- user_
email str - (string) -
- destination
Id String - (string) -
- user
Email String - (string) -
GetAlertsV2ResultEvaluationSource
- Aggregation string
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- Display string
- (string) -
- Name string
- (string) -
- Aggregation string
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- Display string
- (string) -
- Name string
- (string) -
- aggregation String
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- display String
- (string) -
- name String
- (string) -
- aggregation string
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- display string
- (string) -
- name string
- (string) -
- aggregation str
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- display str
- (string) -
- name str
- (string) -
- aggregation String
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- display String
- (string) -
- name String
- (string) -
GetAlertsV2ResultEvaluationThreshold
- Column
Get
Alerts V2Result Evaluation Threshold Column - (AlertV2OperandColumn) -
- Value
Get
Alerts V2Result Evaluation Threshold Value - (AlertV2OperandValue) -
- Column
Get
Alerts V2Result Evaluation Threshold Column - (AlertV2OperandColumn) -
- Value
Get
Alerts V2Result Evaluation Threshold Value - (AlertV2OperandValue) -
- column
Get
Alerts V2Result Evaluation Threshold Column - (AlertV2OperandColumn) -
- value
Get
Alerts V2Result Evaluation Threshold Value - (AlertV2OperandValue) -
- column
Get
Alerts V2Result Evaluation Threshold Column - (AlertV2OperandColumn) -
- value
Get
Alerts V2Result Evaluation Threshold Value - (AlertV2OperandValue) -
- column
Get
Alerts V2Result Evaluation Threshold Column - (AlertV2OperandColumn) -
- value
Get
Alerts V2Result Evaluation Threshold Value - (AlertV2OperandValue) -
- column Property Map
- (AlertV2OperandColumn) -
- value Property Map
- (AlertV2OperandValue) -
GetAlertsV2ResultEvaluationThresholdColumn
- Aggregation string
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- Display string
- (string) -
- Name string
- (string) -
- Aggregation string
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- Display string
- (string) -
- Name string
- (string) -
- aggregation String
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- display String
- (string) -
- name String
- (string) -
- aggregation string
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- display string
- (string) -
- name string
- (string) -
- aggregation str
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- display str
- (string) -
- name str
- (string) -
- aggregation String
- (string) - . Possible values are:
AVG
,COUNT
,COUNT_DISTINCT
,MAX
,MEDIAN
,MIN
,STDDEV
,SUM
- display String
- (string) -
- name String
- (string) -
GetAlertsV2ResultEvaluationThresholdValue
- Bool
Value bool - (boolean) -
- Double
Value double - (number) -
- String
Value string - (string) -
- Bool
Value bool - (boolean) -
- Double
Value float64 - (number) -
- String
Value string - (string) -
- bool
Value Boolean - (boolean) -
- double
Value Double - (number) -
- string
Value String - (string) -
- bool
Value boolean - (boolean) -
- double
Value number - (number) -
- string
Value string - (string) -
- bool_
value bool - (boolean) -
- double_
value float - (number) -
- string_
value str - (string) -
- bool
Value Boolean - (boolean) -
- double
Value Number - (number) -
- string
Value String - (string) -
GetAlertsV2ResultSchedule
- Pause
Status string - (string) - Indicate whether this schedule is paused or not. Possible values are:
PAUSED
,UNPAUSED
- Quartz
Cron stringSchedule - (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
- Timezone
Id string - (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
- Pause
Status string - (string) - Indicate whether this schedule is paused or not. Possible values are:
PAUSED
,UNPAUSED
- Quartz
Cron stringSchedule - (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
- Timezone
Id string - (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
- pause
Status String - (string) - Indicate whether this schedule is paused or not. Possible values are:
PAUSED
,UNPAUSED
- quartz
Cron StringSchedule - (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
- timezone
Id String - (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
- pause
Status string - (string) - Indicate whether this schedule is paused or not. Possible values are:
PAUSED
,UNPAUSED
- quartz
Cron stringSchedule - (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
- timezone
Id string - (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
- pause_
status str - (string) - Indicate whether this schedule is paused or not. Possible values are:
PAUSED
,UNPAUSED
- quartz_
cron_ strschedule - (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
- timezone_
id str - (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
- pause
Status String - (string) - Indicate whether this schedule is paused or not. Possible values are:
PAUSED
,UNPAUSED
- quartz
Cron StringSchedule - (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
- timezone
Id String - (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricks
Terraform Provider.