Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarquezProject/marquez
/ id
Method
id
api/src/main/java/marquez/service/models/Node.java:87–89 ·
view source on GitHub ↗
(@NonNull String idString)
Source
from the content-addressed store, hash-verified
85
}
86
87
public
Builder id(@NonNull String idString) {
88
return
id(NodeId.of(checkNotBlank(idString)));
89
}
90
91
public
Builder id(@NonNull NodeId id) {
92
this.id = id;
Callers
15
testApp_markAsFailed
Method · 0.45
testApp_markAsAborted
Method · 0.45
GraphTest
Class · 0.45
testDirectedGraph_edges_unordered
Method · 0.45
testDirectedGraph_edges_backwards
Method · 0.45
testApp_createDuplicateRun
Method · 0.45
testApp_createNonMatchingJobWithRun
Method · 0.45
testApp_listJobVersions
Method · 0.45
testApp_getJobVersion
Method · 0.45
testApp_getJobVersionWithInputsAndOutputs
Method · 0.45
toLineage
Method · 0.45
toLineageWithOrphanDataset
Method · 0.45
Calls
2
of
Method · 0.95
checkNotBlank
Method · 0.45
Tested by
9
testApp_markAsFailed
Method · 0.36
testApp_markAsAborted
Method · 0.36
testDirectedGraph_edges_unordered
Method · 0.36
testDirectedGraph_edges_backwards
Method · 0.36
testApp_createDuplicateRun
Method · 0.36
testApp_createNonMatchingJobWithRun
Method · 0.36
testApp_listJobVersions
Method · 0.36
testApp_getJobVersion
Method · 0.36
testApp_getJobVersionWithInputsAndOutputs
Method · 0.36