lance icon indicating copy to clipboard operation
lance copied to clipboard

Add `storage_options` to `LanceCommitter`

Open tonyf opened this issue 7 months ago • 1 comments

Currently, LanceFragmentWriter supports a storage_options kwarg to support specifying s3 credentials/endpoints. However, LanceCommitter does not have the same option and raises TypeError: object.__init__() takes exactly one argument (the instance to initialize) when trying to initialize it with storage_options.

tonyf avatar Jul 18 '24 18:07 tonyf