Skip to content

Commit

Permalink
Merge pull request #81 from dwolfson/fix-archive-names
Browse files Browse the repository at this point in the history
Changed the archive file paths to accommodate the new layout.
  • Loading branch information
dwolfson authored Jun 22, 2024
2 parents 7d6692e + ab4e961 commit 78491f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion asset-management-labs/automated-curation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"cell_type": "code",
"metadata": {},
"source": [
"archiveFileName = '../opt/content-packs/CocoGovernanceEngineDefinitionsArchive.omarchive\n",
"archiveFileName = 'content-packs/CocoGovernanceEngineDefinitionsArchive.omarchive\n",
"\n",
"loadArchive(cocoMDS2Name, cocoMDS2PlatformName, cocoMDS2PlatformURL, archiveFileName)\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion development-labs/metadata-representations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"\n",
"mdrServerName = \"SimpleCatalog\"\n",
"\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",
"configureSimpleCatalog(mdrServerName, \"in-memory-repository\", \"e915f2fa-aaac-4396-8bde-bcd65e642b1d\", mdrServerName, [\"content-packs/SimpleAPICatalog.omarchive\", \"content-packs/SimpleDataCatalog.omarchive\", \"content-packs/SimpleEventCatalog.omarchive\",\"content-packs/SimpleGovernanceCatalog.omarchive\"])\n",
"\n",
"print(\"\\nDone.\")\n"
],
Expand Down
8 changes: 4 additions & 4 deletions development-labs/simple-cohort-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
"simpleDataCatalog = \"SimpleDataCatalog\"\n",
"simpleEventCatalog = \"SimpleEventCatalog\"\n",
"\n",
"configureSimpleCohortCatalog(simpleAPICatalog, readOnlyRepositoryOption, \"9e594f24-2494-4000-ac20-59f374eaa0e6\", \"Simple API Catalog\", \"../opt/content-packs/SimpleAPICatalog.omarchive\")\n",
"configureSimpleCohortCatalog(simpleDataCatalog, readOnlyRepositoryOption, \"2216ab62-176a-46c0-b889-9aa081754b54\", \"Simple Data Catalog\", \"../opt/content-packs/SimpleDataCatalog.omarchive\")\n",
"configureSimpleCohortCatalog(simpleEventCatalog, readOnlyRepositoryOption, \"e5114849-4341-4eab-b1b7-5a4b037363c4\", \"Simple Event Catalog\", \"../opt/content-packs/SimpleEventCatalog.omarchive\")\n",
"configureSimpleCohortCatalog(simpleAPICatalog, readOnlyRepositoryOption, \"9e594f24-2494-4000-ac20-59f374eaa0e6\", \"Simple API Catalog\", \"content-packs/SimpleAPICatalog.omarchive\")\n",
"configureSimpleCohortCatalog(simpleDataCatalog, readOnlyRepositoryOption, \"2216ab62-176a-46c0-b889-9aa081754b54\", \"Simple Data Catalog\", \"content-packs/SimpleDataCatalog.omarchive\")\n",
"configureSimpleCohortCatalog(simpleEventCatalog, readOnlyRepositoryOption, \"e5114849-4341-4eab-b1b7-5a4b037363c4\", \"Simple Event Catalog\", \"content-packs/SimpleEventCatalog.omarchive\")\n",
"\n",
"print(\"\\nDone.\")\n"
],
Expand Down Expand Up @@ -507,7 +507,7 @@
"metadata": {},
"source": [
"simpleGovernanceCatalog = \"SimpleGovernanceCatalog\"\n",
"configureSimpleCohortCatalog(simpleGovernanceCatalog, inMemoryRepositoryOption, \"e915f2fa-aaac-4396-8bde-bcd65e642b1d\", \"Simple Governance Catalog\", \"../opt/content-packs/SimpleGovernanceCatalog.omarchive\")\n",
"configureSimpleCohortCatalog(simpleGovernanceCatalog, inMemoryRepositoryOption, \"e915f2fa-aaac-4396-8bde-bcd65e642b1d\", \"Simple Governance Catalog\", \"content-packs/SimpleGovernanceCatalog.omarchive\")\n",
"configureCohortMembership(devPlatformURL, adminUserId, simpleGovernanceCatalog, simpleCohort)\n",
"\n",
"reActivatePlatform(devPlatformName, devPlatformURL, [simpleGovernanceCatalog])\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"cell_type": "code",
"metadata": {},
"source": [
"archiveFileName = '../opt/content-packs/CloudInformationModel.omarchive'\n",
"archiveFileName = 'content-packs/CloudInformationModel.omarchive'\n",
"\n",
"loadArchive(cocoMDS1Name, cocoMDS1PlatformName, cocoMDS1PlatformURL, archiveFileName)"
],
Expand Down

0 comments on commit 78491f2

Please sign in to comment.