Class OpenLineage.JobDependenciesRunFacet

java.lang.Object
io.openlineage.client.OpenLineage.JobDependenciesRunFacet
All Implemented Interfaces:
OpenLineage.RunFacet
Enclosing class:
OpenLineage

public static final class OpenLineage.JobDependenciesRunFacet extends Object implements OpenLineage.RunFacet
model class for JobDependenciesRunFacet
  • Method Details

    • get_producer

      public URI get_producer()
      Specified by:
      get_producer in interface OpenLineage.RunFacet
      Returns:
      URI identifying the producer of this metadata. For example this could be a git url with a given tag or sha
    • get_schemaURL

      public URI get_schemaURL()
      Specified by:
      get_schemaURL in interface OpenLineage.RunFacet
      Returns:
      The JSON Pointer (https://tools.ietf.org/html/rfc6901) URL to the corresponding version of the schema definition for this facet
    • getUpstream

      public List<OpenLineage.JobDependency> getUpstream()
      Returns:
      Job runs that must complete before the current run can start.
    • getDownstream

      public List<OpenLineage.JobDependency> getDownstream()
      Returns:
      Job runs that will start after completion of the current run.
    • getTrigger_rule

      public String getTrigger_rule()
      Returns:
      Specifies the condition under which this job will run based on the status of upstream jobs.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Specified by:
      getAdditionalProperties in interface OpenLineage.RunFacet
      Returns:
      additional properties
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object