Interface OpenLineage.BaseEvent

All Known Implementing Classes:
OpenLineage.DatasetEvent, OpenLineage.JobEvent, OpenLineage.RunEvent
Enclosing class:
OpenLineage

public static interface OpenLineage.BaseEvent
Interface for BaseEvent
  • Method Details

    • getEventTime

      ZonedDateTime getEventTime()
      Returns:
      the time the event occurred at
    • getProducer

      URI getProducer()
      Returns:
      URI identifying the producer of this metadata. For example this could be a git url with a given tag or sha
    • getSchemaURL

      URI getSchemaURL()
      Returns:
      The JSON Pointer (https://tools.ietf.org/html/rfc6901) URL to the corresponding version of the schema definition for this RunEvent