Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarquezProject/marquez
/ job
Method
job
api/src/main/java/marquez/service/models/Node.java:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
public
static
Builder job() {
59
return
new
Builder(NodeType.JOB);
60
}
61
62
public
static
Builder run() {
63
return
new
Builder(NodeType.RUN);
Callers
8
GraphTest
Class · 0.95
testDirectedGraph_edges_unordered
Method · 0.95
testDirectedGraph_edges_backwards
Method · 0.95
upstream
Method · 0.45
newOlEvents
Method · 0.45
newOlRunEvents
Method · 0.45
forEvent
Method · 0.45
parentRunFor
Method · 0.45
Calls
no outgoing calls
Tested by
2
testDirectedGraph_edges_unordered
Method · 0.76
testDirectedGraph_edges_backwards
Method · 0.76