Mayur Singal bbf79d3222
Refractor test connection for glue & dynamodb (#4373)
* Refractor test connection for glue & dynamodb

* Renamed test_connection_client
2022-04-22 17:23:42 +02:00

38 lines
855 B
JSON

{
"source": {
"type": "dynamodb",
"serviceName": "local_dynamodb",
"serviceConnection": {
"config": {
"type": "DynamoDB",
"awsConfig": {
"awsAccessKeyId": "aws_access_key_id",
"awsSecretAccessKey": "aws_secret_access_key",
"awsRegion": "aws region",
"endPointURL": "https://dynamodb.<region_name>.amazonaws.com"
},
"database": "custom_database_name"
}
},
"sourceConfig": {
"config": {
"enableDataProfiler": false,
"tableFilterPattern": {
"includes": [
""
]
}
}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}