Pere Miquel Brull 52dac4ab37
Fix #4905 - Glue db and filters (#4907)
Fix #4905 - Glue db and filters (#4907)
2022-05-12 15:49:03 +02:00

22 lines
512 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",
"pipelineServiceName": "glue_etl"
}
},
"sourceConfig": {
"config": {
"enableDataProfiler": false
}
}
}