MCPcopy 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

GraphTestClass · 0.95
upstreamMethod · 0.45
newOlEventsMethod · 0.45
newOlRunEventsMethod · 0.45
forEventMethod · 0.45
parentRunForMethod · 0.45

Calls

no outgoing calls