I'm trying to load a parquet file from s3 to AWS postgresql RDS. The data import using aws_s3.table_import_from_s3 is working fine for csv file but when I tried the similar way for parquet file, I get the below error:
ERROR: invalid byte sequence for encoding "UTF8": 0x00
In AWS docs, I see option for custom delimiter or zip file. Is it possible to import parquet data?