Skip to content

Commit

Permalink
add Message and LogLinks in SyncTask
Browse files Browse the repository at this point in the history
Signed-off-by: Future Outlier <[email protected]>
  • Loading branch information
Future Outlier committed Dec 20, 2023
1 parent 84629c5 commit b719ac6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ func (m *MockSyncTask) CreateTask(_ context.Context, createTaskRequest *admin.Cr
Outputs: &flyteIdlCore.LiteralMap{
Literals: map[string]*flyteIdlCore.Literal{},
},
Message: "Sync task finished",
LogLinks: []*flyteIdlCore.TaskLog{{Uri: "http://localhost:3000/log", Name: "Log Link"}},
},
},
}, nil
Expand Down

0 comments on commit b719ac6

Please sign in to comment.