Package io.openlineage.client.job
Class Naming
java.lang.Object
io.openlineage.client.job.Naming
Utility class for constructing job names according to the OpenLineage job naming conventions.
Supported job types include:
- Spark:
{appName}.{command}.{table}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Interface representing a job name that can be resolved to a string.static class
Represents a Spark job name using the format:{appName}.{command}.{table}
. -
Method Summary