OpenMetadata/ingestion/examples/sample_data/glue/database_service.json
Mayur Singal 45a751a16c
Fix #3061: Add validation to restrict region values to valid AWS regions (#26625)
* Fix #3061: Add validation to restrict region values to valid AWS regions

* address comments

* pyformat

* make aws fetch regions dynamically

* make fetching partitons dynamic
2026-03-23 11:25:02 +05:30

20 lines
No EOL
428 B
JSON

{
"type": "glue",
"serviceName": "Glue",
"serviceConnection": {
"config": {
"type": "Glue",
"awsConfig": {
"awsAccessKeyId": "aws accessKey id",
"awsSecretAccessKey": "aws secret access key",
"awsRegion": "us-east-1",
"endPointURL": "https://glue.region_name.amazonaws.com/"
}
}
},
"sourceConfig": {
"config": {
"type": "DatabaseMetadata"
}
}
}