dashboard services use URI as hostPort

This commit is contained in:
pmbrull 2022-04-18 16:41:05 +02:00
parent 734349a137
commit e19d0d9d67
5 changed files with 6 additions and 5 deletions

View File

@ -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",

View File

@ -21,7 +21,8 @@
},
"hostPort": {
"description": "Tableau Server",
"type": "string"
"type": "string",
"format": "uri"
},
"username": {
"description": "username for the Tableau",

View File

@ -7,7 +7,7 @@
"type": "Looker",
"username": "username",
"password": "password",
"hostPort": "hostPort",
"hostPort": "http://hostPort",
"env": "env"
}
},

View File

@ -7,7 +7,7 @@
"type": "Metabase",
"username": "username",
"password": "password",
"hostPort": "hostPort",
"hostPort": "http://hostPort",
"dbServiceName": "Database Service Name to create Lineage"
}
},

View File

@ -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",