Skip to content

docs: drop odps from the fluid plugins example (cascade of forge-cli #298)#15

Merged
fas89 merged 1 commit into
mainfrom
fix/odps-not-a-provider-doc-cascade
Jun 27, 2026
Merged

docs: drop odps from the fluid plugins example (cascade of forge-cli #298)#15
fas89 merged 1 commit into
mainfrom
fix/odps-not-a-provider-doc-cascade

Conversation

@fas89

@fas89 fas89 commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

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) added odps to the fluid plugins list example in plug-into-fluid-cli.md under provider (5).

What

Update the example to the real post-#298 output: provider (4) = aws/gcp/local/snowflake (no odps). Verified against the merged CLI:

  provider  (4)
    • aws                          allowed
    • gcp                          allowed
    • local                        allowed
    • snowflake                    allowed

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/, or tests/.

…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
fas89 merged commit 187b723 into main Jun 27, 2026
9 checks passed
@fas89
fas89 deleted the fix/odps-not-a-provider-doc-cascade branch June 27, 2026 06:09
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant