Skip to content

Commit a0b0f66

Browse files
committed
Update template
1 parent 68e1b7f commit a0b0f66

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

libs/template/templates/default-python/template/{{.project_name}}/databricks.yml.tmpl

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ bundle:
77
name: {{.project_name}}
88
uuid: {{bundle_uuid}}
99
{{- if $with_pydabs }}
10-
experimental:
11-
python:
12-
# Activate virtual environment before loading resources defined in Python.
13-
# If disabled, defaults to using the Python interpreter available in the current shell.
14-
venv_path: .venv
15-
# Functions called to load resources defined in Python. See resources/__init__.py
16-
resources:
17-
- "resources:load_resources"
10+
python:
11+
# Activate virtual environment before loading resources defined in Python.
12+
# If disabled, defaults to using the Python interpreter available in the current shell.
13+
venv_path: .venv
14+
# Functions called to load resources defined in Python. See resources/__init__.py
15+
resources:
16+
- "resources:load_resources"
1817

1918
{{- end }}
2019
{{ if $with_python }}

0 commit comments

Comments
 (0)