astronomer / astro-sdk

Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
https://astro-sdk-python.rtfd.io/
Apache License 2.0
343 stars 42 forks source link

Add support for pandas 2.0 #1983

Closed dimberman closed 1 year ago

dimberman commented 1 year ago

Since we have not found any breaking changes with pandas 2.0, lets offer 2.0 support for users who wish to use the latest pandas can offer.

In creating this PR, we also tested whether or not we could upgrade the snowflake python connector, but unfortunately we ran into the same versioning issue as before.

pankajastro commented 1 year ago

I think we can close this one since https://github.com/astronomer/astro-sdk/pull/1989 has merged cc @utkarsharma2

tatiana commented 1 year ago

Closing this, since it was part of this other PR, which was already merged: https://github.com/astronomer/astro-sdk/pull/1989