mirror of https://github.com/databricks/cli.git
Add comments
This commit is contained in:
parent
8475082163
commit
1c34dc92a4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue