Skip to content

Commit

Permalink
Merge pull request #177 from treeverse/spark-demo-standalone-v1.4
Browse files Browse the repository at this point in the history
Spark standalone demo: Upgarded lakeFS wrapper to v0.2.1 to remove urllib3 dependency
  • Loading branch information
iddoavn authored Jan 11, 2024
2 parents ddd6a2c + f9f3974 commit d850707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 01_standalone_examples/spark/jupyter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
lakefs==0.1.1
urllib3==2.0.7
lakefs==0.2.1
jupyter_contrib_nbextensions
2 changes: 1 addition & 1 deletion 01_standalone_examples/spark/spark-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
},
"outputs": [],
"source": [
"branch1 = repo.branch(newBranch).create(source_reference_id=sourceBranch)\n",
"branch1 = repo.branch(newBranch).create(source_reference=sourceBranch)\n",
"print(f\"{newBranch} ref:\", branch1.get_commit().id)"
]
},
Expand Down

0 comments on commit d850707

Please sign in to comment.