Skip to content

Commit 07a69e8

Browse files
luthfifahlevimuhammad.fahlevi
andauthored
feat: add project_id in optimus plugin (#82)
Co-authored-by: muhammad.fahlevi <[email protected]>
1 parent 1fb081f commit 07a69e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/extractors/optimus/optimus.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ func (e *Extractor) buildJob(ctx context.Context, jobSpec *pb.JobSpecification,
154154
Attributes: utils.TryParseMapToProto(map[string]interface{}{
155155
"version": jobSpec.Version,
156156
"project": project,
157+
"project_id": project,
157158
"namespace": namespace,
158159
"owner": jobSpec.Owner,
159160
"startDate": strOrNil(jobSpec.StartDate),

0 commit comments

Comments
 (0)