Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def decorator(func):
cache = decorator
else:
from functools import cache
from airflow.configuration import conf
from airflow.providers.common.compat.sdk import conf

_CONFIG_SECTION = "openlineage"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
)
from openlineage.client.uuid import generate_static_uuid

from airflow.configuration import conf as airflow_conf
from airflow.providers.common.compat.sdk import Stats
from airflow.providers.common.compat.sdk import conf as airflow_conf, Stats
from airflow.providers.openlineage import __version__ as OPENLINEAGE_PROVIDER_VERSION, conf
from airflow.providers.openlineage.utils.utils import (
OpenLineageRedactor,
Expand Down