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