lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

Docs: Python integration doc needs update

Open N-o-Z opened this issue 1 year ago • 0 comments

https://docs.lakefs.io/integrations/python.html

Due to code changes, we need to go over the guide and update the code snippets. One example:

branch1 = lakefs.repository("example-repo").branch("experiment1").create(source_reference_id="main")

For branch creation parameter name was changed from source_reference_id to source_reference.

N-o-Z avatar Aug 23 '24 15:08 N-o-Z