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?
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. Butpolar-rs
depends on theconnectorx >=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