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 -