mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-13 01:38:13 +00:00
dashboard services use URI as hostPort
This commit is contained in:
parent
734349a137
commit
e19d0d9d67
@ -30,7 +30,7 @@
|
||||
},
|
||||
"hostPort": {
|
||||
"description": "Host and Port of Metabase instance.",
|
||||
"type": "string"
|
||||
"format": "uri"
|
||||
},
|
||||
"dbServiceName": {
|
||||
"description": "Database Service Name for creation of lineage",
|
||||
|
@ -21,7 +21,8 @@
|
||||
},
|
||||
"hostPort": {
|
||||
"description": "Tableau Server",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
},
|
||||
"username": {
|
||||
"description": "username for the Tableau",
|
||||
|
@ -7,7 +7,7 @@
|
||||
"type": "Looker",
|
||||
"username": "username",
|
||||
"password": "password",
|
||||
"hostPort": "hostPort",
|
||||
"hostPort": "http://hostPort",
|
||||
"env": "env"
|
||||
}
|
||||
},
|
||||
|
@ -7,7 +7,7 @@
|
||||
"type": "Metabase",
|
||||
"username": "username",
|
||||
"password": "password",
|
||||
"hostPort": "hostPort",
|
||||
"hostPort": "http://hostPort",
|
||||
"dbServiceName": "Database Service Name to create Lineage"
|
||||
}
|
||||
},
|
||||
|
@ -8,7 +8,7 @@
|
||||
"username": "username",
|
||||
"password": "password",
|
||||
"env": "tableau_prod",
|
||||
"hostPort": "localhost",
|
||||
"hostPort": "http://localhost",
|
||||
"siteName": "site_name",
|
||||
"apiVersion": "api_version",
|
||||
"personalAccessTokenName": "personal_access_token_name",
|
||||
|
Loading…
x
Reference in New Issue
Block a user