ashb commented on code in PR #47564:
URL: https://github.com/apache/airflow/pull/47564#discussion_r1998752789
##########
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:
Nit/not blocking, but I don't like this:
It feels that we are putting OL specific code in the common-compat module.
It should be reserved for compatibilty across versions. I really don't like
provider specific code living in here.
--
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]