mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-13 17:59:48 +00:00
18 lines
377 B
YAML
18 lines
377 B
YAML
source:
|
|
type: athena
|
|
config:
|
|
|
|
# AWS Keys (Optional - Required only if local aws credentials are not set)
|
|
username: my_aws_access_key_id
|
|
password: my_aws_secret_access_key
|
|
|
|
# Coordinates
|
|
aws_region: my_aws_region
|
|
work_group: primary
|
|
|
|
# Options
|
|
query_result_location: "s3://my_staging_athena_results_bucket/results/"
|
|
|
|
sink:
|
|
# sink configs
|