We are writing parquet Files which seem to default to version 1. enter image description here
which teradata NOS complains with a "Native Object Store user error: Unsupported file version"
How can we specify with AWS data wrangler /SDK for Pandas the parquet version towrite.
Not sure what to try... maybe need to find alternative writer?
You can set the version using
pyarrow_additional_kwargs
: