We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using
wr.redshift.copy_from_files( path=path, con=con, table=file_name.replace(".parquet", ""), schema="staging", parquet_infer_sampling = 1, varchar_lengths_default = 65535 )
I'm getting following error:
most likely the data type should be mapped to varchar
*P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.*
No response
Linux
3.10.12
3.4.2
The text was updated successfully, but these errors were encountered:
Hi @misteliy thanks for opening this. There is VARBYTE data type that is missing from type mappings. I will cut a PR to fix this.
VARBYTE
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
When using
I'm getting following error:
most likely the data type should be mapped to varchar
How to Reproduce
Expected behavior
No response
Your project
No response
Screenshots
No response
OS
Linux
Python version
3.10.12
AWS SDK for pandas version
3.4.2
Additional context
No response
The text was updated successfully, but these errors were encountered: