mirror of https://github.com/databricks/cli.git
remove internal ref
This commit is contained in:
parent
a22ee2e1e6
commit
db7c1fc0d4
|
@ -19,7 +19,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO: Use a sdk implementation of this API once it's incorporated in the openapi
|
// TODO: Use a sdk implementation of this API once it's incorporated in the openapi
|
||||||
// spec. https://databricks.atlassian.net/browse/DECO-573
|
// spec. https://github.com/databricks/bricks/issues/243
|
||||||
type pipelineEventErrorException struct {
|
type pipelineEventErrorException struct {
|
||||||
ClassName string `json:"class_name"`
|
ClassName string `json:"class_name"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
|
|
Loading…
Reference in New Issue