public static final class OpenLineage.DatasetFacet extends java.lang.Object implements OpenLineage.BaseFacet
| Constructor and Description |
|---|
DatasetFacet(java.net.URI _producer,
java.net.URI _schemaURL) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
get_deleted() |
java.net.URI |
get_producer() |
java.net.URI |
get_schemaURL() |
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
public DatasetFacet(java.net.URI _producer,
java.net.URI _schemaURL)
_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 facetpublic java.net.URI get_producer()
get_producer in interface OpenLineage.BaseFacetpublic java.net.URI get_schemaURL()
get_schemaURL in interface OpenLineage.BaseFacetpublic java.lang.Boolean get_deleted()
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
getAdditionalProperties in interface OpenLineage.BaseFacet