Parquet file extensions

We were trying to insert some parquet data into AWS S3 but found the files have no “.parquet” extension. I’m wondering is that expected?

Yes, that is expected. Parquet files are identified using magic bytes PAR1 at both the first 4 and last 4 bytes of the file.