Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Sl/105 run refresh #118

Merged
merged 2 commits into from
Dec 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions controllers/run_controller_databricks.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package controllers

import (
"context"
"errors"
"fmt"
"reflect"
"strings"
Expand Down Expand Up @@ -104,9 +103,6 @@ func (r *RunReconciler) refresh(instance *databricksv1alpha1.Run) error {
if err != nil {
return err
}
if len(runOutput.Error) > 0 {
return errors.New(runOutput.Error)
}

err = r.Get(context.Background(), types.NamespacedName{
Name: instance.GetName(),
Expand Down