mirror of https://github.com/databricks/cli.git
remove commented code
This commit is contained in:
parent
0cd35d90ea
commit
6318c3a1c9
|
@ -560,33 +560,6 @@ file extensions: [.py, .r, .scala, .sql, .ipynb]`, ext))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// touchEmptyFile(t, filepath.Join(dir, "doesnt_exist.py"))
|
|
||||||
|
|
||||||
// b := &bundle.Bundle{
|
|
||||||
// SyncRootPath: dir,
|
|
||||||
// SyncRoot: vfs.MustNew(dir),
|
|
||||||
// Config: config.Root{
|
|
||||||
// Resources: config.Resources{
|
|
||||||
// Pipelines: map[string]*resources.Pipeline{
|
|
||||||
// "pipeline": {
|
|
||||||
// PipelineSpec: &pipelines.PipelineSpec{
|
|
||||||
// Libraries: []pipelines.PipelineLibrary{
|
|
||||||
// {
|
|
||||||
// Notebook: &pipelines.NotebookLibrary{
|
|
||||||
// Path: "./doesnt_exist",
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// }
|
|
||||||
|
|
||||||
// bundletest.SetLocation(b, ".", []dyn.Location{{File: filepath.Join(dir, "fake.yml")}})
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPipelineFileDoesNotExistError(t *testing.T) {
|
func TestPipelineFileDoesNotExistError(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue