Extend comment

This commit is contained in:
Lennart Kats 2024-09-10 14:19:47 +02:00
parent baaa234b43
commit a3c2c5b735
No known key found for this signature in database
GPG Key ID: 1EB8B57673197023
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ resources:
name: {{.project_name}}_job name: {{.project_name}}_job
trigger: trigger:
# Run this job every day; see https://docs.databricks.com/api/workspace/jobs/create#trigger # Run this job every day, exactly one day from the last run; see https://docs.databricks.com/api/workspace/jobs/create#trigger
periodic: periodic:
interval: 1 interval: 1
unit: DAYS unit: DAYS

View File

@ -11,7 +11,7 @@ resources:
name: {{.project_name}}_job name: {{.project_name}}_job
trigger: trigger:
# Run this job every day; see https://docs.databricks.com/api/workspace/jobs/create#trigger # Run this job every day, exactly one day from the last run; see https://docs.databricks.com/api/workspace/jobs/create#trigger
periodic: periodic:
interval: 1 interval: 1
unit: DAYS unit: DAYS

View File

@ -5,7 +5,7 @@ resources:
name: {{.project_name}}_sql_job name: {{.project_name}}_sql_job
trigger: trigger:
# Run this job every day; see https://docs.databricks.com/api/workspace/jobs/create#trigger # Run this job every day, exactly one day from the last run; see https://docs.databricks.com/api/workspace/jobs/create#trigger
periodic: periodic:
interval: 1 interval: 1
unit: DAYS unit: DAYS