Uh oh!
There was an error while loading. Please reload this page.
Remove global from openlineage provider - #58868
Merged
jscheffl merged 2 commits intoDec 1, 2025
Merged
Conversation
jschefflforce-pushed
the
bugfix/remove-global-from-openlineage
branch
from
November 30, 2025 16:18
ca246fe to
e549ac7Comparepotiuk
approved these changes
Nov 30, 2025
potiukforce-pushed
the
bugfix/remove-global-from-openlineage
branch
from
November 30, 2025 21:05
e549ac7 to
a642860CompareUh oh!
There was an error while loading. Please reload this page.
RoyLee1224 pushed a commit
to RoyLee1224/airflow
that referenced
this pull request
Dec 3, 2025
* Remove global from openlineage provider * Fix pytests based on global variable
CopilotAI
pushed a commit
to jason810496/airflow
that referenced
this pull request
Dec 5, 2025
* Remove global from openlineage provider * Fix pytests based on global variable
itayweb pushed a commit
to itayweb/airflow
that referenced
this pull request
Dec 6, 2025
* Remove global from openlineage provider * Fix pytests based on global variable
Subham-KRLX pushed a commit
to Subham-KRLX/airflow
that referenced
this pull request
Mar 4, 2026
* Remove global from openlineage provider * Fix pytests based on global variable
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.
Another small increment to remove global statements for PR #58116
This removes global statement in openlineage, a classsic thing where
functools.cache()can help.globalis evil.