Skip to content

Commit

Permalink
build: update schwab job schedule and parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Feb 27, 2024
1 parent f7c11b9 commit 8d3ae02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,16 @@ resources:
<<:
- *common_settings
schedule:
quartz_cron_expression: "0 30 9-15 ? * MON,TUE,WED,THU,FRI *"
quartz_cron_expression: "0 30/15 9-15 ? * MON,TUE,WED,THU,FRI *"
timezone_id: America/New_York
pause_status: ${var.schedule_pause_status}
tasks:
- task_key: schwab
job_cluster_key: job_cluster
notebook_task:
notebook_path: "invaas/schwab/schwab_notebook.ipynb"
base_parameters:
job_id: "{{job.id}}"
targets:
dev:
mode: development
Expand Down

0 comments on commit 8d3ae02

Please sign in to comment.