Hi, I have an issue with Parquet ingestion. When I execute an ingestion then every Parquet file will be a standalone ingestion, and the {table}, {partition_key} and {partition} marks has no effects.
"c:/users/szger/PARQUET/{table}/{partition_key[0]}={partition[0]}/*.parquet"
It is creating more hundred entries in the output file, one for every parquet file. I attach the sample parquet folders too.
What I expecting is that every table has only one schema definition in the file.