tweak whitespace

This commit is contained in:
Denis Bilenko 2025-02-13 11:23:15 +01:00
parent dcee3db389
commit 6530657342
3 changed files with 7 additions and 10 deletions

View File

@ -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:

View File

@ -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

View File

@ -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 -}}