mobuchowski commented on code in PR #47564:
URL: https://github.com/apache/airflow/pull/47564#discussion_r2002866471


##########
providers/apache/livy/pyproject.toml:
##########
@@ -68,6 +69,7 @@ dev = [
     "apache-airflow",
     "apache-airflow-task-sdk",
     "apache-airflow-devel-common",
+    "apache-airflow-providers-common-compat",

Review Comment:
   I removed the OL-specific codeĀ from that module. Updated it simply because 
it was there, but I agree there's no reason for them to be there. 
   
   On the other hand, OL-specific _imports_ are one of the reasons for 
common.compat - instead of having to try/except everywhere in providers when 
trying to import something from OL, you can import from common.compat and have 
no-op version if it's not present.



-- 
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]

Reply via email to