Package io.openlineage.client.utils
Class OpenLineageEnvParser
java.lang.Object
io.openlineage.client.utils.OpenLineageEnvParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static String
Parses all environment variables starting with OPENLINEAGE__ into a single nested JSON structure.
-
Constructor Details
-
OpenLineageEnvParser
public OpenLineageEnvParser()
-
-
Method Details
-
parseAllOpenLineageEnvVars
public static String parseAllOpenLineageEnvVars() throws com.fasterxml.jackson.core.JsonProcessingExceptionParses all environment variables starting with OPENLINEAGE__ into a single nested JSON structure.- Returns:
- A single nested JSON structure with all matching environment variables.
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
OpenLineageEnvVarsExist
public static boolean OpenLineageEnvVarsExist()
-