Skip to content

Commit

Permalink
tweak whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Feb 13, 2025
1 parent d78d857 commit 49fd969
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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


Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -81,4 +80,4 @@ resources:
autoscale:
min_workers: 1
max_workers: 4
{{- end}}
{{end -}}

0 comments on commit 49fd969

Please sign in to comment.