aws-samples / aws-samples/data-lake-as-code
No data in "opentargets_latest/targets" S3 path
Open
- Dominant language
- TypeScript
- Stars
- 173
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.