TopCoder2K commented on issue #37742: URL: https://github.com/apache/airflow/issues/37742#issuecomment-3958287740
@potiuk, what pandas version should be used with Airflow 3.1.7 (latest) and Python 3.12? I tried the one from constraints (https://raw.githubusercontent.com/apache/airflow/constraints-3.1.7/constraints-3.12.txt), i.d. `pandas=2.3.3`, but had the same error (`AttributeError: 'Connection' object has no attribute 'cursor'`). Everything works with `pandas=2.1.4` 🤔, although I'm afraid that this version is old. -- 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]
