Hi,
I am trying to launch this Athena query on "opentargets_latest_dl_awsroda" database:
SELECT *
FROM targets
LIMIT 10;
The result is empty. Indeed, following the AWS Glue Data Catalog, it appears that the S3 "s3://aws-roda-hcls-datalake/opentargets_latest/targets/" path does not contains data.
Is this intentionally?