From db7c1fc0d4e9d432be68a91e0d89a66106315c66 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 9 Mar 2023 16:44:49 +0100 Subject: [PATCH] remove internal ref --- bundle/run/pipeline.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/run/pipeline.go b/bundle/run/pipeline.go index a10aa467..26adbd29 100644 --- a/bundle/run/pipeline.go +++ b/bundle/run/pipeline.go @@ -19,7 +19,7 @@ import ( ) // 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 { ClassName string `json:"class_name"` Message string `json:"message"`