docs: drop odps from the fluid plugins example (cascade of forge-cli #298)#15
Merged
Merged
Conversation
…not a provider Cascade of forge-cli #298 (ODPS reclassified out of the provider registry). PR #14 had added odps to the plug-into-fluid-cli.md 'fluid plugins list' example under 'provider (5)'; ODPS (Open Data Product Standard) is a spec / export format, not a cloud provider, and has now been de-registered, so the real output is 'provider (4)': aws/gcp/local/snowflake. Verified against the merged CLI.
fas89
added a commit
that referenced
this pull request
Jun 27, 2026
…ns, conformance, compat) (#16) Finalizes the CHANGELOG [Unreleased] section as [0.10.0] and bumps both version constants (pyproject + fluid_sdk.version.SDK_VERSION) 0.9.1 -> 0.10.0. Ships the world-class SDK series merged since v0.9.1 (no PyPI release had carried it): #10 typed domains + four real role ABCs (InfraProvider, CatalogAdapter) + PluginCapabilities + SDK<->CLI compat declaration + conformance harnesses; #11-#15 type/doc-honesty cascade and docs-honesty CI gate; #9 actions/checkout bump. SDK_PROTOCOL_VERSION stays 1 (additive, non-breaking). MIN_CLI_VERSION unchanged (0.7.0).
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.
Why
forge-cli #298 reclassified ODPS out of the provider registry — it's the Open Data Product Standard (a spec / export format), not a cloud provider, and its
apply()was a no-op. PR #14 had (incorrectly) addedodpsto thefluid plugins listexample inplug-into-fluid-cli.mdunderprovider (5).What
Update the example to the real post-#298 output:
provider (4)=aws/gcp/local/snowflake(no odps). Verified against the merged CLI:Verification
Docs-honesty gate + full SDK suite green (156 passed, 1 skipped — the CLI-command-existence check skips in the CLI-less SDK venv, as designed). No other odps/opds references anywhere in
docs/,src/, ortests/.