docs: Refresh outdated Cayenne catalog docs and remove shipped "coming soon" notes#1697
Merged
Merged
Conversation
…g soon" notes - Promote Cayenne catalog connector from Alpha to Release Candidate in catalogs index - Add cayenne_file_path, cayenne_unsupported_type_action, cayenne_metastore params and S3 Express One Zone parameter table to Cayenne catalog connector docs - Remove "HTTP Streaming support for MCP is coming soon" admonition from API overview - Mark spice.js and spicepy as supported in parameterized-queries SDK table (version and method-name details still pending) https://claude.ai/code/session_01TBt7vB2F9VK163uV7tqdur
✅ Pull with Spice PassedPassing checks:
|
|
🚀 deployed to https://e0a8f3a3.spiceai-org-website.pages.dev |
Both SDKs added parameterized query support in v3.1.0: - spice.js: SpiceClient.sql() with positional/named params (#268) - spicepy: Client.query_with_params() with Param class (#131) https://claude.ai/code/session_01TBt7vB2F9VK163uV7tqdur
|
🚀 deployed to https://edb0329f.spiceai-org-website.pages.dev |
|
🚀 deployed to https://986ff770.spiceai-org-website.pages.dev |
phillipleblanc
approved these changes
May 11, 2026
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.
Summary
Refreshes outdated content across the docs identified in a freshness review:
components/catalogs/index.md): Promote from Alpha to Release Candidate.components/catalogs/cayenne.md): Addcayenne_file_path,cayenne_unsupported_type_action,cayenne_metastoreparams plus a new S3 Express One Zone parameter table.api/overview.md): Remove "HTTP Streaming support for MCP is coming soon" admonition — streaming has shipped.features/query-federation/parameterized-queries.mdx): Mark spice.js and spicepy as supported with concrete versions and method names:SpiceClient.sql()with positional/named params (spice.js#268)query_with_params()withParamclass (spicepy#131)Not changed (per maintainer guidance)
cayenne_target_file_size_mbdefault of128in the catalog doc — catalog-side default genuinely differs from the accelerator's256.Test plan
https://claude.ai/code/session_01TBt7vB2F9VK163uV7tqdur