mirror of https://github.com/databricks/cli.git
tweak whitespace
This commit is contained in:
parent
dcee3db389
commit
6530657342
|
@ -13,10 +13,10 @@
|
|||
+ job_cluster_key: job_cluster
|
||||
python_wheel_task:
|
||||
package_name: my_default_python
|
||||
@@ -39,3 +40,10 @@
|
||||
@@ -38,2 +39,11 @@
|
||||
# for more information on how to add other libraries.
|
||||
- whl: ../dist/*.whl
|
||||
|
||||
-
|
||||
+
|
||||
+ job_clusters:
|
||||
+ - job_cluster_key: job_cluster
|
||||
+ new_cluster:
|
||||
|
|
|
@ -37,5 +37,3 @@ resources:
|
|||
# See https://docs.databricks.com/dev-tools/bundles/library-dependencies.html
|
||||
# for more information on how to add other libraries.
|
||||
- whl: ../dist/*.whl
|
||||
|
||||
|
||||
|
|
|
@ -69,10 +69,9 @@ resources:
|
|||
# See https://docs.databricks.com/dev-tools/bundles/library-dependencies.html
|
||||
# for more information on how to add other libraries.
|
||||
- whl: ../dist/*.whl
|
||||
|
||||
{{else}}
|
||||
{{end -}}
|
||||
{{- if not $with_serverless -}}
|
||||
{{else}}
|
||||
{{- end -}}
|
||||
{{- if not $with_serverless}}
|
||||
job_clusters:
|
||||
- job_cluster_key: job_cluster
|
||||
new_cluster:
|
||||
|
@ -81,4 +80,4 @@ resources:
|
|||
autoscale:
|
||||
min_workers: 1
|
||||
max_workers: 4
|
||||
{{- end}}
|
||||
{{end -}}
|
||||
|
|
Loading…
Reference in New Issue