Skip to content

Commit 27686c8

Browse files
authored
Merge pull request #5909 from planetf1/issue5903a
(Release 3.3) #5903 Fix to glossary author config
2 parents 40e3a4f + b2c2732 commit 27686c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

open-metadata-resources/open-metadata-labs/egeria-server-config.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1327,8 +1327,7 @@
13271327
"metadata": {},
13281328
"outputs": [],
13291329
"source": [
1330-
"\n",
1331-
"getViewServices(cocoView1PlatformName, cocoView1PlatformURL)\n"
1330+
"getViewServices(cocoView1PlatformName, cocoView1PlatformURL)"
13321331
]
13331332
},
13341333
{
@@ -1348,10 +1347,11 @@
13481347
]
13491348
},
13501349
{
1351-
"cell_type": "raw",
1350+
"cell_type": "code",
1351+
"execution_count": null,
13521352
"metadata": {},
1353+
"outputs": [],
13531354
"source": [
1354-
"# Common functions\n",
13551355
"\n",
13561356
"def configureGovernanceSolutionViewService(adminPlatformURL, adminUserId, viewServerName, viewService, remotePlatformURL,remoteServerName):\n",
13571357
" adminCommandURLRoot = adminPlatformURL + '/open-metadata/admin-services/users/' + adminUserId + '/servers/'\n",

0 commit comments

Comments
 (0)