mirror of https://github.com/databricks/cli.git
Extend URL with an anchor
This commit is contained in:
parent
1c34dc92a4
commit
baaa234b43
|
@ -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
|
# Run this job every day; see https://docs.databricks.com/api/workspace/jobs/create#trigger
|
||||||
periodic:
|
periodic:
|
||||||
interval: 1
|
interval: 1
|
||||||
unit: DAYS
|
unit: DAYS
|
||||||
|
|
|
@ -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
|
# Run this job every day; see https://docs.databricks.com/api/workspace/jobs/create#trigger
|
||||||
periodic:
|
periodic:
|
||||||
interval: 1
|
interval: 1
|
||||||
unit: DAYS
|
unit: DAYS
|
||||||
|
|
|
@ -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
|
# Run this job every day; see https://docs.databricks.com/api/workspace/jobs/create#trigger
|
||||||
periodic:
|
periodic:
|
||||||
interval: 1
|
interval: 1
|
||||||
unit: DAYS
|
unit: DAYS
|
||||||
|
|
Loading…
Reference in New Issue