mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
* Fix #3659 Refactor Service Connection String to be specific to per service * Simplify and centralize Airflow Pipeline info for REST (#3740) * Remove code * Modified Configs based on refactoring schema (#3816) * Clean WorkflowContext Co-authored-by: pmbrull <peremiquelbrull@gmail.com> Co-authored-by: Ayush Shah <ayush@getcollate.io>
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"name": "glue",
|
|
"serviceType": "Glue",
|
|
"description": "Glue service used for table with location",
|
|
"connection": {
|
|
"config": {
|
|
"hostPort": "localhost:8000"
|
|
}
|
|
}
|
|
} |