sfu-db / connector-x

Fastest library to load data from DB to DataFrames in Rust and Python
https://sfu-db.github.io/connector-x
MIT License
1.85k stars 146 forks source link

Release support 0.3.2 for manylinux_2_17 Required for AWS Glue Python shell #558

Open mkhalid12 opened 7 months ago

mkhalid12 commented 7 months ago

Describe your feature request

Recently, I have to deploy my python script via AWS Glue Python shell job. It is using polars-rs to read data from postgres db. But polar-rs depends on the connectorx >=0.3.2. But this distribution is not available via pip installation on glue job.

Can you please provide that release of 0.3.2 for manylinux_2_17_x86_64 distribution? As I can see the release of 0.3.1 do available but why is is not available for 0.3.2?

Many Thanks

rafmagns-skepa-dreag commented 6 months ago

Duplicate, I think, of #539