codingwithabhi c09dc3bff7
athena-source-connection-fixed (#4278)
* athena-source-connection-fixed

* ran-core_bump_version_dev

* aws-cred-json-schema-support-added-in-athena

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-04-21 16:07:29 +02:00

34 lines
940 B
JSON

{
"source": {
"type": "athena",
"serviceName": "local_athena",
"serviceConnection": {
"config": {
"type": "Athena",
"database": "database_name",
"awsConfig": {
"awsAccessKeyId": "access key id",
"awsSecretAccessKey": "access secret key",
"awsRegion": "aws region name"
},
"s3StagingDir": "s3 directory for datasource",
"workgroup": "workgroup name"
}
},
"sourceConfig": {
"config": {
"enableDataProfiler": false
}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}