Sriharsha Chintalapani 7b3e459eb3
Fix #3659 Refactor Service Connection String to be specific to per service (#3804)
* 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>
2022-04-04 12:46:09 -07:00

10 lines
187 B
JSON

{
"name": "glue",
"serviceType": "Glue",
"description": "Glue service used for table with location",
"connection": {
"config": {
"hostPort": "localhost:8000"
}
}
}