Update storage docs based on gaps identified#231
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Address findings from the storage docs-gap audit and clarify OSS vs Enterprise scope.
Architecture page
new_table_enable_v2_manifest_paths,new_table_enable_stable_row_ids, andnew_table_data_storage_versionmap onto backend choice.Configuration page
storage_optionsoverride semantics explicit ("inherit from connection, override per key").initial_storage_options()/latest_storage_options()accessors onAsyncTableand the deprecation ofstorage_options().new_table_*options are evaluated only at table creation and do not rewrite existing tables.dynamodb_endpointexample for LocalStack-style local dev.aws_server_side_encryption/aws_sse_kms_key_idand the required KMS IAM actions.azure_storage_account_name,azure_storage_sas_token) with a snippet, instead of mentioning "SAS tokens" generically.StorageOptionsProvider"Python-only" section. Cross-checking againstlancedbconfirmedstorage_options_provider=is not part of the Python public API; the only path isnamespace_client=, which belongs in dedicated namespace docs rather than a half-baked replacement here.Snippets / tests