Hyejin Yoon f986315582
doc: Acryl to DataHub, datahubproject.io to datahub.com (#13252)
Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com>
2025-04-28 10:34:33 -04:00

19 lines
531 B
YAML

---
# see https://docs.datahub.com/docs/generated/ingestion/sources/s3_data_lake for complete documentation
source:
type: "s3"
config:
platform: s3
path_spec:
include: "s3://covid19-lake/covid_knowledge_graph/csv/nodes/*.*"
aws_config:
aws_access_key_id: accessKey
aws_secret_access_key: secretKey
aws_region: us-east-2
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/file for complete documentation
sink:
type: "file"
config:
filename: "./s3_data_lake_mces.json"