eladkal commented on code in PR #63518:
URL: https://github.com/apache/airflow/pull/63518#discussion_r2931211266
##########
providers/databricks/pyproject.toml:
##########
@@ -64,6 +64,7 @@ dependencies = [
"requests>=2.32.0,<3",
"databricks-sql-connector>=4.0.0",
"aiohttp>=3.9.2, <4",
+ "aiofiles>=23.2.0",
Review Comment:
I am not sure if this is the right fix(?)
aiofiles was added to support https://github.com/apache/airflow/pull/61458
which is only for k8s usage with databricks
I wonder if we should move the import of the package to the k8s related
functions that way it will only be imported when used with K8s and the aiofiles
is already a direct dependency of the k8s provider
https://github.com/apache/airflow/blob/92ffe9e6c48b0d07b80321c6e2bca3c7be539225/providers/cncf/kubernetes/pyproject.toml#L61
--
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]