Skip to content

Commit

Permalink
fix: pause schwab job
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Apr 2, 2024
1 parent 98342b0 commit 0d18533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ resources:
schedule:
quartz_cron_expression: "0 30 9 ? * MON,TUE,WED,THU,FRI *"
timezone_id: America/New_York
pause_status: ${var.schedule_pause_status}
# pause_status: ${var.schedule_pause_status}
pause_status: "PAUSED"
tasks:
- task_key: schwab
job_cluster_key: job_cluster
Expand Down

0 comments on commit 0d18533

Please sign in to comment.