diff --git a/bundle/tests/python_wheel/python_wheel/bundle.yml b/bundle/tests/python_wheel/python_wheel/bundle.yml index c82ff83f74..017fe1c431 100644 --- a/bundle/tests/python_wheel/python_wheel/bundle.yml +++ b/bundle/tests/python_wheel/python_wheel/bundle.yml @@ -10,7 +10,7 @@ artifacts: resources: jobs: test_job: - name: "[${bundle.environment}] My Wheel Job" + name: "[${bundle.target}] My Wheel Job" tasks: - task_key: TestTask existing_cluster_id: "0717-132531-5opeqon1" diff --git a/bundle/tests/python_wheel/python_wheel_dbfs_lib/bundle.yml b/bundle/tests/python_wheel/python_wheel_dbfs_lib/bundle.yml index 07f4957bb4..fe2723aa6f 100644 --- a/bundle/tests/python_wheel/python_wheel_dbfs_lib/bundle.yml +++ b/bundle/tests/python_wheel/python_wheel_dbfs_lib/bundle.yml @@ -4,7 +4,7 @@ bundle: resources: jobs: test_job: - name: "[${bundle.environment}] My Wheel Job" + name: "[${bundle.target}] My Wheel Job" tasks: - task_key: TestTask existing_cluster_id: "0717-132531-5opeqon1" diff --git a/bundle/tests/python_wheel/python_wheel_multiple/bundle.yml b/bundle/tests/python_wheel/python_wheel_multiple/bundle.yml index 6964c58a4f..770110416d 100644 --- a/bundle/tests/python_wheel/python_wheel_multiple/bundle.yml +++ b/bundle/tests/python_wheel/python_wheel_multiple/bundle.yml @@ -14,7 +14,7 @@ artifacts: resources: jobs: test_job: - name: "[${bundle.environment}] My Wheel Job" + name: "[${bundle.target}] My Wheel Job" tasks: - task_key: TestTask existing_cluster_id: "0717-132531-5opeqon1" diff --git a/bundle/tests/python_wheel/python_wheel_no_artifact/bundle.yml b/bundle/tests/python_wheel/python_wheel_no_artifact/bundle.yml index 88cb47be5a..d1d0a4dbd4 100644 --- a/bundle/tests/python_wheel/python_wheel_no_artifact/bundle.yml +++ b/bundle/tests/python_wheel/python_wheel_no_artifact/bundle.yml @@ -4,7 +4,7 @@ bundle: resources: jobs: test_job: - name: "[${bundle.environment}] My Wheel Job" + name: "[${bundle.target}] My Wheel Job" tasks: - task_key: TestTask existing_cluster_id: "0717-aaaaa-bbbbbb" diff --git a/bundle/tests/python_wheel/python_wheel_no_artifact_no_setup/bundle.yml b/bundle/tests/python_wheel/python_wheel_no_artifact_no_setup/bundle.yml index d030843033..948bf1558e 100644 --- a/bundle/tests/python_wheel/python_wheel_no_artifact_no_setup/bundle.yml +++ b/bundle/tests/python_wheel/python_wheel_no_artifact_no_setup/bundle.yml @@ -7,7 +7,7 @@ workspace: resources: jobs: test_job: - name: "[${bundle.environment}] My Wheel Job" + name: "[${bundle.target}] My Wheel Job" tasks: - task_key: TestTask existing_cluster_id: "0717-aaaaa-bbbbbb" diff --git a/bundle/tests/python_wheel/python_wheel_no_artifact_notebook/bundle.yml b/bundle/tests/python_wheel/python_wheel_no_artifact_notebook/bundle.yml index 93e4e6918b..77fd6ad99f 100644 --- a/bundle/tests/python_wheel/python_wheel_no_artifact_notebook/bundle.yml +++ b/bundle/tests/python_wheel/python_wheel_no_artifact_notebook/bundle.yml @@ -4,7 +4,7 @@ bundle: resources: jobs: test_job: - name: "[${bundle.environment}] My Wheel Job" + name: "[${bundle.target}] My Wheel Job" tasks: - task_key: TestTask existing_cluster_id: "0717-aaaaa-bbbbbb" diff --git a/bundle/tests/python_wheel/python_wheel_no_build/bundle.yml b/bundle/tests/python_wheel/python_wheel_no_build/bundle.yml index 91b8b1556d..e10e3993d6 100644 --- a/bundle/tests/python_wheel/python_wheel_no_build/bundle.yml +++ b/bundle/tests/python_wheel/python_wheel_no_build/bundle.yml @@ -4,7 +4,7 @@ bundle: resources: jobs: test_job: - name: "[${bundle.environment}] My Wheel Job" + name: "[${bundle.target}] My Wheel Job" tasks: - task_key: TestTask existing_cluster_id: "0717-132531-5opeqon1" diff --git a/libs/template/templates/default-python/template/{{.project_name}}/resources/{{.project_name}}.pipeline.yml.tmpl b/libs/template/templates/default-python/template/{{.project_name}}/resources/{{.project_name}}.pipeline.yml.tmpl index 1c6b8607e2..50f11fe2cc 100644 --- a/libs/template/templates/default-python/template/{{.project_name}}/resources/{{.project_name}}.pipeline.yml.tmpl +++ b/libs/template/templates/default-python/template/{{.project_name}}/resources/{{.project_name}}.pipeline.yml.tmpl @@ -9,7 +9,7 @@ resources: {{- else}} catalog: {{default_catalog}} {{- end}} - target: {{.project_name}}_${bundle.environment} + target: {{.project_name}}_${bundle.target} libraries: - notebook: path: ../src/dlt_pipeline.ipynb