Skip to content

Commit

Permalink
Add alert_on_last_attempt to databricks_job (databricks#1341)
Browse files Browse the repository at this point in the history
Adds `alert_on_last_attempt` flag to `email_notifications` in `databricks_job`.
  • Loading branch information
nfx authored May 30, 2022
1 parent b572b2c commit 11299ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/resource_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ type EmailNotifications struct {
OnSuccess []string `json:"on_success,omitempty"`
OnFailure []string `json:"on_failure,omitempty"`
NoAlertForSkippedRuns bool `json:"no_alert_for_skipped_runs,omitempty"`
AlertOnLastAttempt bool `json:"alert_on_last_attempt,omitempty"`
}

// CronSchedule contains the information for the quartz cron expression
Expand Down

0 comments on commit 11299ba

Please sign in to comment.