Uh oh!
There was an error while loading. Please reload this page.
feat: inject OpenLineage configuration to LivyOperator - #47564
Merged
Conversation
mobuchowskiforce-pushed
the
add-openlineage-config-livy
branch
8 times, most recently
from
March 17, 2025 13:03
bf62afd to
31114dfCompareashb
reviewed
Mar 17, 2025
Uh oh!
There was an error while loading. Please reload this page.
mobuchowskiforce-pushed
the
add-openlineage-config-livy
branch
10 times, most recently
from
March 24, 2025 22:34
5827746 to
f364132Comparemobuchowski
marked this pull request as ready for review
March 27, 2025 15:01
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Maciej Obuchowski <maciej.obuchowski@datadoghq.com>
mobuchowskiforce-pushed
the
add-openlineage-config-livy
branch
from
March 31, 2025 12:16
f364132 to
628d9c1Comparejscheffl
approved these changes
Mar 31, 2025
shubham-pyc pushed a commit
to shubham-pyc/airflow
that referenced
this pull request
Apr 2, 2025
Signed-off-by: Maciej Obuchowski <maciej.obuchowski@datadoghq.com>
aaron-y-chen pushed a commit
to aaron-y-chen/airflow
that referenced
this pull request
Apr 4, 2025
Signed-off-by: Maciej Obuchowski <maciej.obuchowski@datadoghq.com>
diogotrodrigues pushed a commit
to diogotrodrigues/airflow
that referenced
this pull request
Apr 6, 2025
Signed-off-by: Maciej Obuchowski <maciej.obuchowski@datadoghq.com>
simonprydden pushed a commit
to simonprydden/airflow
that referenced
this pull request
Apr 8, 2025
Signed-off-by: Maciej Obuchowski <maciej.obuchowski@datadoghq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a followup to #47508
When explicitly enabled by the user for supported operators, we will automatically inject parent job information into the Spark job properties. For example, when submitting a Spark job using the LivyOperator, we will include details about the Airflow task that triggered it so that the OpenLineage Spark integration can include them in parentRunFacet.
More detailed description is in #44477 - this adds the same feature, but for different operator.