types
RequestConfig ¶
Bases: TypedDict
A custom dict type for keyword arguments configuring OpenAPI requests made with the lakeFS SDK.
Source code in src/lakefs_spec/types.py
MergeKwargs ¶
Bases: TypedDict
Options to control the merge of a transaction branch into the base branch.
This is essentially the lakefs_sdk.Merge model, without the optionals.