From ee69dbe00eaaffce839d176fcc8630529e568314 Mon Sep 17 00:00:00 2001 From: Anton Nekipelov <226657+anton-107@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:54:25 +0100 Subject: [PATCH] (cleanup) remove unused bundle template --- .../ml_experiment/databricks_template_schema.json | 12 ------------ .../ml_experiment/template/databricks.yml.tmpl | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 integration/bundle/bundles/ml_experiment/databricks_template_schema.json delete mode 100644 integration/bundle/bundles/ml_experiment/template/databricks.yml.tmpl diff --git a/integration/bundle/bundles/ml_experiment/databricks_template_schema.json b/integration/bundle/bundles/ml_experiment/databricks_template_schema.json deleted file mode 100644 index 05ceb2792..000000000 --- a/integration/bundle/bundles/ml_experiment/databricks_template_schema.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "properties": { - "unique_id": { - "type": "string", - "description": "Unique ID for the experiment name" - }, - "experiment_name": { - "type": "string", - "description": "Experiment name. An experiment name must be an absolute path within the Databricks workspace, e.g. '/Users//my-experiment'" - } - } -} diff --git a/integration/bundle/bundles/ml_experiment/template/databricks.yml.tmpl b/integration/bundle/bundles/ml_experiment/template/databricks.yml.tmpl deleted file mode 100644 index 30b62aeca..000000000 --- a/integration/bundle/bundles/ml_experiment/template/databricks.yml.tmpl +++ /dev/null @@ -1,12 +0,0 @@ -bundle: - name: ml-experiment - -workspace: - root_path: "~/.bundle/{{.unique_id}}" - -resources: - experiments: - experiment1: - name: {{.experiment_name}} - artifact_location: s3://test-location -