Skip to content

Commit

Permalink
Merge pull request #211 from treeverse/minor/comment-trailing-slash
Browse files Browse the repository at this point in the history
URL comment - no trailing slash
  • Loading branch information
kesarwam authored Jul 11, 2024
2 parents bb4ad0d + 7c048ac commit 2e3fcf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 00_notebooks/delta-diff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"outputs": [],
"source": [
"lakefsEndPoint = 'http://lakefs:8000' # e.g. 'https://username.aws_region_name.lakefscloud.io' \n",
"lakefsEndPoint = 'http://lakefs:8000' # e.g. 'https://username.aws_region_name.lakefscloud.io' - Note: The URL should NOT end with a trailing slash \n",
"lakefsAccessKey = 'AKIAIOSFOLKFSSAMPLES'\n",
"lakefsSecretKey = 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY'"
]
Expand Down
2 changes: 1 addition & 1 deletion 00_notebooks/delta-lake-python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"outputs": [],
"source": [
"lakefsEndPoint = 'http://lakefs:8000' # e.g. 'https://username.aws_region_name.lakefscloud.io' \n",
"lakefsEndPoint = 'http://lakefs:8000' # e.g. 'https://username.aws_region_name.lakefscloud.io' - Note: The URL should NOT end with a trailing slash \n",
"lakefsAccessKey = 'AKIAIOSFOLKFSSAMPLES'\n",
"lakefsSecretKey = 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY'"
]
Expand Down
2 changes: 1 addition & 1 deletion 00_notebooks/delta-lake.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"outputs": [],
"source": [
"lakefsEndPoint = 'http://lakefs:8000' # e.g. 'https://username.aws_region_name.lakefscloud.io' \n",
"lakefsEndPoint = 'http://lakefs:8000' # e.g. 'https://username.aws_region_name.lakefscloud.io' - Note: The URL should NOT end with a trailing slash \n",
"lakefsAccessKey = 'AKIAIOSFOLKFSSAMPLES'\n",
"lakefsSecretKey = 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY'"
]
Expand Down

0 comments on commit 2e3fcf1

Please sign in to comment.