kacpermuda commented on code in PR #37725:
URL: https://github.com/apache/airflow/pull/37725#discussion_r1537812684


##########
airflow/providers/openlineage/plugins/listener.py:
##########
@@ -51,6 +57,16 @@ def __init__(self):
         self.log = logging.getLogger(__name__)
         self.extractor_manager = ExtractorManager()
         self.adapter = OpenLineageAdapter()
+        self._selective_enable = conf.getboolean("openlineage", 
"selective_enable", fallback=False)
+

Review Comment:
   After you merge the current main that includes #38033, there will be no need 
to assign this as an attibute, as it can be added to conf.py and cached.



-- 
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...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to