Unify storage_options
, URI params, and ObjectStoreParams
#2536
Labels
enhancement
New feature or request
storage_options
, URI params, and ObjectStoreParams
#2536
Right now, most options can be passed in either environment variables or
storage_options
argument. But there's some likeddbTableName
that are passed down as URI parameters:lance/docs/read_and_write.rst
Lines 715 to 717 in 63227f4
To unify these, we could make the
ddbTableName
and related options available asstorage_options
. Then we could make all query parameters in URIs parsed as storage options. That would make the following two equivalent:As part of this, we could simplify things by deprecating the
s3+ddb
scheme in favor of simplyddb
.The text was updated successfully, but these errors were encountered: