I using the Azure Data Factory to ingest tables inside the Fabric Lakehouse, I did the ingestion from AWS S3 and SQL Server, it worked normally.
When I try to ingest from Azure Database for PostgreSQL and MySQL the tables is going to file folder instead of Table folder.
If I open the folder of each table file, I’ll find in some tables, a parquet file and delta logs and other find just the delta logs, but if I try in the tables who has parquet files load inside the table folder, it works and the table appears.
Is there any configuration to do, so they automatically goes to table folder?