Skip to content

Commit 3c1043c

Browse files
committed
[Python] Move 'python' outside of experimental
1 parent 40e31a1 commit 3c1043c

File tree

30 files changed

+239
-96
lines changed

30 files changed

+239
-96
lines changed

acceptance/bundle/python/mutator-ordering/databricks.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ bundle:
33

44
sync: {paths: []} # don't need to copy files
55

6-
experimental:
7-
python:
8-
mutators:
9-
- "mutators:add_task_1"
10-
- "mutators:add_task_2"
6+
python:
7+
mutators:
8+
- "mutators:add_task_1"
9+
- "mutators:add_task_2"
1110

1211
resources:
1312
jobs:

acceptance/bundle/python/mutator-ordering/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Cloud = false
33

44
[EnvMatrix]
55
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
6-
UV_ARGS = ["--with databricks-bundles==0.7.3", "--with-requirements requirements-latest.txt --no-cache"]
6+
UV_ARGS = ["--with databricks-bundles==0.266.0", "--with-requirements requirements-latest.txt --no-cache"]

acceptance/bundle/python/mutator-ordering/output.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
3
4949
]
5050
],
51-
"experimental": [
51+
"python": [
5252
[
5353
0,
5454
7,
@@ -58,28 +58,28 @@
5858
"resources": [
5959
[
6060
0,
61-
13,
61+
12,
6262
3
6363
]
6464
],
6565
"resources.jobs": [
6666
[
6767
0,
68-
14,
68+
13,
6969
5
7070
]
7171
],
7272
"resources.jobs.my_job": [
7373
[
7474
0,
75-
15,
75+
14,
7676
7
7777
]
7878
],
7979
"resources.jobs.my_job.tasks": [
8080
[
8181
0,
82-
15,
82+
14,
8383
14
8484
]
8585
],

acceptance/bundle/python/pipelines-support/databricks.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ bundle:
33

44
sync: {paths: []} # don't need to copy files
55

6-
experimental:
7-
python:
8-
resources:
9-
- "resources:load_resources"
10-
mutators:
11-
- "mutators:update_pipeline"
6+
python:
7+
resources:
8+
- "resources:load_resources"
9+
mutators:
10+
- "mutators:update_pipeline"
1211

1312
resources:
1413
pipelines:

acceptance/bundle/python/pipelines-support/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Cloud = false
33

44
[EnvMatrix]
55
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
6-
UV_ARGS = ["--with-requirements requirements-latest.txt --no-cache"]
6+
UV_ARGS = ["--with databricks-bundles==0.266.0", "--with-requirements requirements-latest.txt --no-cache"]

acceptance/bundle/python/pipelines-support/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
>>> uv run --with-requirements requirements-latest.txt --no-cache -q [CLI] bundle validate --output json
2+
>>> uv run [UV_ARGS] -q [CLI] bundle validate --output json
33
{
44
"experimental": {
55
"python": {
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
Local = true
22
Cloud = false # tests don't interact with APIs
3-
4-
[EnvMatrix]
5-
UV_ARGS = [
6-
# pipelines are only supported in the latest version of the wheel
7-
"--with-requirements requirements-latest.txt --no-cache",
8-
]

acceptance/bundle/python/resolve-variable/databricks.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ bundle:
33

44
sync: {paths: []} # don't need to copy files
55

6-
experimental:
7-
python:
8-
resources:
9-
- "resources:load_resources"
6+
python:
7+
resources:
8+
- "resources:load_resources"
109

1110
variables:
1211
string_variable:

acceptance/bundle/python/resolve-variable/out.test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Cloud = false
33

44
[EnvMatrix]
55
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
6-
UV_ARGS = ["--with databricks-bundles==0.7.3", "--with-requirements requirements-latest.txt --no-cache"]
6+
UV_ARGS = ["--with databricks-bundles==0.266.0", "--with-requirements requirements-latest.txt --no-cache"]

acceptance/bundle/python/resource-loading/databricks.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ bundle:
33

44
sync: {paths: []} # don't need to copy files
55

6-
experimental:
7-
python:
8-
resources:
9-
- "resources:load_resources_1"
10-
- "resources:load_resources_2"
6+
python:
7+
resources:
8+
- "resources:load_resources_1"
9+
- "resources:load_resources_2"
1110

1211
resources:
1312
jobs:

0 commit comments

Comments
 (0)