Milan Bariya 338d1efe40
FIX 5419: Glue pipeline connector not working (#5467)
FIX 5419: Glue pipeline connector not working (#5467)
2022-06-27 11:38:41 +02:00

21 lines
470 B
JSON

{
"type": "glue",
"serviceName": "Glue",
"serviceConnection": {
"config": {
"type": "Glue",
"awsConfig": {
"awsAccessKeyId": "aws accessKey id",
"awsSecretAccessKey": "aws secret access key",
"awsRegion": "aws region",
"endPointURL": "https://glue.<region_name>.amazonaws.com/"
},
"storageServiceName": "glue_s3"
}
},
"sourceConfig": {
"config": {
"type": "DatabaseMetadata"
}
}
}