airflow.providers.openlineage.utils.spark

Module Contents

Functions

inject_parent_job_information_into_spark_properties(...)

Inject parent job information into Spark properties if not already present.

Attributes

log

airflow.providers.openlineage.utils.spark.log[source]
airflow.providers.openlineage.utils.spark.inject_parent_job_information_into_spark_properties(properties, context)[source]

Inject parent job information into Spark properties if not already present.

Args:

properties: Spark properties. context: The context containing task instance information.

Returns:

Modified Spark properties with OpenLineage parent job information properties injected, if applicable.

Was this entry helpful?