mobuchowski merged PR #39136:
URL: https://github.com/apache/airflow/pull/39136
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@airf
kacpermuda commented on code in PR #39136:
URL: https://github.com/apache/airflow/pull/39136#discussion_r1584458321
##
airflow/providers/openlineage/conf.py:
##
@@ -53,7 +58,11 @@ def disabled_operators() -> set[str]:
@cache
def selective_enable() -> bool:
-return conf.g
kacpermuda commented on code in PR #39136:
URL: https://github.com/apache/airflow/pull/39136#discussion_r1584332952
##
airflow/providers/openlineage/conf.py:
##
@@ -53,7 +58,11 @@ def disabled_operators() -> set[str]:
@cache
def selective_enable() -> bool:
-return conf.g
uranusjr commented on code in PR #39136:
URL: https://github.com/apache/airflow/pull/39136#discussion_r1584115424
##
airflow/providers/openlineage/conf.py:
##
@@ -53,7 +58,11 @@ def disabled_operators() -> set[str]:
@cache
def selective_enable() -> bool:
-return conf.get
uranusjr commented on code in PR #39136:
URL: https://github.com/apache/airflow/pull/39136#discussion_r1584114421
##
airflow/providers/openlineage/conf.py:
##
@@ -53,7 +58,11 @@ def disabled_operators() -> set[str]:
@cache
def selective_enable() -> bool:
-return conf.get
kacpermuda opened a new pull request, #39136:
URL: https://github.com/apache/airflow/pull/39136
After debugging some user issues i feel like we could add some more DEBUG
level logs, so that we can deduce more information about what's happening
inside OpenLineage. We should be ab