dstandish commented on code in PR #27264:
URL: https://github.com/apache/airflow/pull/27264#discussion_r1197475337


##########
airflow/providers/databricks/provider.yaml:
##########
@@ -52,6 +52,12 @@ dependencies:
   - databricks-sql-connector>=2.0.0, <3.0.0
   - aiohttp>=3.6.3, <4
 
+# Excluded because databricks-sql-connector and a number of dependent 
libraries are not compatible
+# with 3.11 yet See https://pyreadiness.org/3.11/. (Pyarrow is one of the 
important ones)
+# See https://github.com/databricks/databricks-sql-python/issues/59 for issue 
that tracks it
+# excluded-python-versions:
+#  - "3.11"

Review Comment:
   is this meant to be commented?



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