mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
* 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>
34 lines
940 B
JSON
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"
|
|
}
|
|
}
|
|
} |