Add comments

This commit is contained in:
Lennart Kats 2024-09-04 16:07:21 +02:00
parent 8475082163
commit 1c34dc92a4
No known key found for this signature in database
GPG Key ID: 1EB8B57673197023
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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