mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-21 12:54:06 +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>
13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"name": "sample_superset",
|
|
"serviceType": "Superset",
|
|
"description": "Supset Service",
|
|
"connection": {
|
|
"config": {
|
|
"supersetURL": "http://localhost:8088"
|
|
}
|
|
},
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|