Skip to content

Commit

Permalink
fix: update schwab job schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Mar 29, 2024
1 parent f31c332 commit 1985c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resources:
<<:
- *common_settings
schedule:
quartz_cron_expression: "0 30 15 ? * MON,TUE,WED,THU,FRI *"
quartz_cron_expression: "0 30 9 ? * MON,TUE,WED,THU,FRI *"
timezone_id: America/New_York
pause_status: ${var.schedule_pause_status}
tasks:
Expand Down

0 comments on commit 1985c9b

Please sign in to comment.