mirror of https://github.com/databricks/cli.git
fix: Example structure in annotationFile comment
This commit is contained in:
parent
6bc9664399
commit
1b31c098bf
|
@ -31,6 +31,12 @@ type annotationHandler struct {
|
|||
empty annotationFile
|
||||
}
|
||||
|
||||
/**
|
||||
* Parsed file with annotations, expected format:
|
||||
* github.com/databricks/cli/bundle/config.Bundle:
|
||||
* cluster_id:
|
||||
* description: "Description"
|
||||
*/
|
||||
type annotationFile map[string]map[string]annotation
|
||||
|
||||
const Placeholder = "PLACEHOLDER"
|
||||
|
|
Loading…
Reference in New Issue