JDarDagran commented on code in PR #34801:
URL: https://github.com/apache/airflow/pull/34801#discussion_r1352318622
##########
airflow/providers/openlineage/extractors/base.py:
##########
@@ -82,7 +82,7 @@ def extract(self) -> OperatorLineage | None:
self.operator.__class__.__module__ + "." +
self.operator.__class__.__name__
)
if fully_qualified_class_name in self.disabled_operators:
- self.log.warning(
+ self.log.info(
Review Comment:
Good catch.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]