Class OpenLineage.DatasetEvent

java.lang.Object
io.openlineage.server.OpenLineage.DatasetEvent
All Implemented Interfaces:
OpenLineage.BaseEvent
Enclosing class:
OpenLineage

public static final class OpenLineage.DatasetEvent extends Object implements OpenLineage.BaseEvent
model class for DatasetEvent
  • Constructor Details

    • DatasetEvent

      public DatasetEvent(ZonedDateTime eventTime, URI producer, URI schemaURL, OpenLineage.StaticDataset dataset)
      Parameters:
      eventTime - the time the event occurred at
      producer - URI identifying the producer of this metadata. For example this could be a git url with a given tag or sha
      schemaURL - The JSON Pointer (https://tools.ietf.org/html/rfc6901) URL to the corresponding version of the schema definition for this RunEvent
      dataset - the dataset
  • Method Details