Skip to content

Commit

Permalink
Merge pull request #151 from treeverse/fix-import-multiple-buckets-demo
Browse files Browse the repository at this point in the history
Don't hard code repo name in the code to create lakeFS web UI
  • Loading branch information
iddoavn authored Oct 20, 2023
2 parents 8b4b753 + fa1a85c commit 3de2b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00_notebooks/import-multiple-buckets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"else:\n",
" lakeFSWebUI=lakefsEndPoint\n",
"\n",
"md(f\"### 👉🏻 View the objects in [lakeFS web UI]({lakeFSWebUI}/repositories/multi-bucket-import/objects)\")"
"md(f\"### 👉🏻 View the objects in [lakeFS web UI]({lakeFSWebUI}/repositories/{repo_name}/objects)\")"
]
},
{
Expand Down

0 comments on commit 3de2b21

Please sign in to comment.