mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
Fixes Tableau - added env with default value (#4408)
This commit is contained in:
parent
200e4f723f
commit
4d2bde4fe7
@ -60,7 +60,8 @@
|
||||
"env": {
|
||||
"title": "Tableau Environment",
|
||||
"description": "Tableau Environment Name",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"default": "tableau_prod"
|
||||
},
|
||||
"dbServiceName": {
|
||||
"description": "Database Service Name in order to create a lineage",
|
||||
@ -72,5 +73,5 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": ["hostPort", "apiVersion", "siteName"]
|
||||
"required": ["hostPort", "apiVersion", "siteName", "env"]
|
||||
}
|
||||
|
||||
@ -221,6 +221,7 @@ class OMetaServiceTest(TestCase):
|
||||
"hostPort": "http://random:1234",
|
||||
"siteName": "openmetadata",
|
||||
"apiVersion": "3.15",
|
||||
"env": "tableau_prod",
|
||||
}
|
||||
},
|
||||
"sourceConfig": {"config": {"topicFilterPattern": {}}},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user