Dremio cant read iceberg tables from minio s3

Hello, I created iceberg tables with another computing engine trino using hive metastore as metadata, So now m trying to select the data from Dremio enterprise, the connection worked well.
all the table are displayed but I cant select the data .
the config:
fs.s3a.path.style.access=true
fs.s3a.access.key=
fs.s3a.secret.key=
fs.s3a.connection.ssl.enabled=false
fs.s3a.endpoint=
dremio.s3.compat=true
fs.s3a.aws.credentials.provider=org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider
the error I receive is : unable to read data from the objects
any help please!
thanks

@Hamzabouazza The profile’s error tab should have a stack, does that give a “Cause By” section, should help us narrow down why Dremio cannot read the Iceberg table