Skip to content

Commit

Permalink
Merge pull request #80 from dwolfson/main
Browse files Browse the repository at this point in the history
Updated archive file names to be .omarchive
  • Loading branch information
dwolfson authored Jun 21, 2024
2 parents 9ae40b0 + b16e0fd commit 7d6692e
Show file tree
Hide file tree
Showing 8 changed files with 700 additions and 700 deletions.
360 changes: 180 additions & 180 deletions asset-management-labs/automated-curation.ipynb

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions asset-management-labs/building-a-data-catalog.ipynb
100755 → 100644

Large diffs are not rendered by default.

216 changes: 108 additions & 108 deletions development-labs/governance-server-operation.ipynb

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions development-labs/metadata-representations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%run ../common/common-functions.ipynb\n",
"\n",
"print(\" \")\n",
"result = checkServerPlatform(devPlatformName, devPlatformURL)\n",
"print(\" \")\n"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand All @@ -85,9 +85,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"\n",
"def configureSimpleCatalog(mdrServerName, mdrRepositoryType, metadataCollectionId, metadataCollectionName, archiveFileNames):\n",
Expand Down Expand Up @@ -121,10 +119,12 @@
"\n",
"mdrServerName = \"SimpleCatalog\"\n",
"\n",
"configureSimpleCatalog(mdrServerName, \"in-memory-repository\", \"e915f2fa-aaac-4396-8bde-bcd65e642b1d\", mdrServerName, [\"content-packs/SimpleAPICatalog.json\", \"content-packs/SimpleDataCatalog.json\", \"content-packs/SimpleEventCatalog.json\",\"content-packs/SimpleGovernanceCatalog.json\"])\n",
"configureSimpleCatalog(mdrServerName, \"in-memory-repository\", \"e915f2fa-aaac-4396-8bde-bcd65e642b1d\", mdrServerName, [\"../opt/content-packs/SimpleAPICatalog.omarchive\", \"../opt/content-packs/SimpleDataCatalog.omarchive\", \"../opt/content-packs/SimpleEventCatalog.omarchive\",\"../opt/content-packs/SimpleGovernanceCatalog.omarchive\"])\n",
"\n",
"print(\"\\nDone.\")\n"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand All @@ -139,14 +139,14 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"activatePlatform(devPlatformName, devPlatformURL, [mdrServerName])\n",
"\n",
"print(\"\\nDone.\")\n"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand All @@ -161,12 +161,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"queryActiveServers(devPlatformName, devPlatformURL)"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -205,12 +205,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"assetOwnerPrintAssets(mdrServerName, devPlatformName, devPlatformURL, erinsUserId, \".*\")"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -249,12 +249,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"printSelectiveAssetUniverse(mdrServerName, devPlatformName, devPlatformURL, 'data-manager', erinsUserId, \"076b4498-a099-4c6b-9243-73e816b28504\", False, True)"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -287,12 +287,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"printSelectiveAssetUniverse(mdrServerName, devPlatformName, devPlatformURL, 'data-manager', erinsUserId, \"4782e08b-043c-4017-9b2f-d63163f67fd8\", False, True)"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -329,12 +329,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"printSelectiveAssetUniverse(mdrServerName, devPlatformName, devPlatformURL, 'data-manager', erinsUserId, \"baded87e-7fe2-4d50-963c-b87178afc452\", False, True)"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -366,12 +366,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"printSelectiveAssetUniverse(mdrServerName, devPlatformName, devPlatformURL, 'data-manager', erinsUserId, \"81ff5b28-6e24-4946-b5f5-90fdb277bab8\", False, True)"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand All @@ -395,10 +395,10 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"source": [],
"outputs": [],
"source": []
"execution_count": null
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 7d6692e

Please sign in to comment.