mwojtyczka commented on code in PR #63518:
URL: https://github.com/apache/airflow/pull/63518#discussion_r2931259672
##########
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:
For the standard “Airflow on Kubernetes” deployment that would work.
However, I think this will not work if a custom image is used without
cncf-kubernetes[aiofiles] extra.
I understand that Airflow on Kubernetes is typically run from the official
image or an image built with the default ariflow extras that includes the
cncf-kubernetes. But I'm not sure this is always the case?
--
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]